This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
scapy
mirror of
https://github.com/secdev/scapy.git
Watch
1
Star
1
Fork
You've already forked scapy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
799c7565be
scapy
/
.gitattributes
4 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix version when installing from git archive When installing from a git archive downloaded from github, the file scapy/VERSION is not present since it is generated when building a source archive with: ./setup.py sdist To work around the problem, use the export-subst git attribute to make git archive write the current revison information in scapy/__init__.py. Signed-off-by: Robin Jarry <robin.jarry@6wind.com>
2016-11-02 09:38:29 +00:00
scapy/__init__.py export-subst
Add .gitattributes encoding
2017-05-30 17:54:14 +00:00
* text=auto
*.bat text eol=crlf