Skip to content

Commit 936d581

Browse files
committed
Add VERSION and MANIFEST.in
MANIFEST.in is for setup.py VERSION is for git tarball and checkouts and has proper keywords substitution to keep the version from git. Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 56d329c commit 936d581

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.VERSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
refs=$Format:%D$
2+
commit=$Format:%H$
3+
abbrev_commit=$Format:%H$

MANIFEST.in

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
graft vulnerabilities
2+
graft vulnerablecode
3+
graft docs
4+
graft etc
5+
recursive-include etc/thirdparty *
6+
7+
include *.LICENSE
8+
include NOTICE
9+
include *.toml
10+
include *.yml
11+
include *.rst
12+
include *.png
13+
include setup.*
14+
include configure*
15+
include requirements*
16+
include .dockerignore
17+
include .gitignore
18+
include .readthedocs.yml
19+
include manage.py
20+
include Dockerfile
21+
include Makefile
22+
include MANIFEST.in
23+
24+
include .VERSION
25+
26+
global-exclude *.py[co] __pycache__ *.*~
27+

0 commit comments

Comments
 (0)