From ee4a174e2e3b3268ef95485b99d81edea1ca3458 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 21 Jan 2015 15:14:24 -0500 Subject: * Added a simple tox.ini file * 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 --- MANIFEST.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MANIFEST.in (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..90f6c7d5 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,8 @@ +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 -- cgit v1.2.3