aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-08-03 18:20:36 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-08-03 18:20:36 +0200
commitd6b786cebc4c452653e3d23f7957bfc21ecf6d06 (patch)
tree2a3f65110412e049b86047e4055eed8837c64955 /MANIFEST.in
parentd6c819aac12181e427b4d233d2e81091916c02e1 (diff)
Switched to the new setuptools (v0.9.8) which has been merged with Distribute again and works for Python 2 and 3 with one codebase
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0810f6c5d..5c207c84d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,7 +4,9 @@
# Manifest template for creating the PySide source distribution.
include MANIFEST.in
-include distribute_setup.py
+include CHANGES.rst
+include README.rst
+include ez_setup.py
include setup.py
include pyside_postinstall.py
include popenasync.py