Skip to content

Commit

Permalink
Add files in root directory to dist
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dims committed Oct 18, 2017
1 parent 8665a76 commit 480723f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include LICENSE
include OWNERS
include *.md
include *.txt
include *.ini
exclude .gitignore
exclude .gitreview

global-exclude *.pyc

0 comments on commit 480723f

Please sign in to comment.