
* Use universal_newlines in setup.py so it will work properly in Python 3. * Fix a pyflakes complaint in setup.py * Add a simple MANIFEST.in
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
include *.py MANIFEST.in ChangeLog
|
|
global-include *.txt *.rst *.ini *.in *.conf *.cfg *.sh
|
|
graft tools
|
|
prune build
|
|
prune dist
|
|
prune .tox
|
|
prune .bzr
|
|
exclude .bzrignore
|