Skip to content

Commit 480723f

Browse files
committed
Add files in root directory to dist
By adding a MANIFEST.in, we can list the files we need to include into the tgz when we run "python setup.py sdist". With this change you should see the following files in the tgz file. LICENSE MANIFEST.in OWNERS PKG-INFO README.md RELEASE.md requirements.txt setup.cfg setup.py test-requirements.txt tox.ini
1 parent 8665a76 commit 480723f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

MANIFEST.in

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
include LICENSE
2+
include OWNERS
3+
include *.md
4+
include *.txt
5+
include *.ini
6+
exclude .gitignore
7+
exclude .gitreview
8+
9+
global-exclude *.pyc

0 commit comments

Comments
 (0)