aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2013-06-05 13:13:43 -0400
committerBrian Dolbec <dolsen@gentoo.org>2013-11-21 22:02:35 -0800
commit34be7b0c24c49868cfad5791b5c08f86d7ac19bf (patch)
tree2c92fbb8858275971cbf6791ddd1b64eaf85692e /MANIFEST.in
parentfix '-' in stage names for python imports (diff)
downloadcatalyst-34be7b0c24c49868cfad5791b5c08f86d7ac19bf.tar.gz
catalyst-34be7b0c24c49868cfad5791b5c08f86d7ac19bf.tar.bz2
catalyst-34be7b0c24c49868cfad5791b5c08f86d7ac19bf.zip
setup.py: Add disutils-based packaging
Package catalyst in the usual manner for Python projects. Now it is ready for PyPI :). I also expose the version string in catalyst.__version__, since that's a more traditional location than catalyst.version.__version__.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..4274094a
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,6 @@
+include AUTHORS
+include ChangeLog
+include COPYING
+include Makefile
+recursive-include doc *.conf *.py HOWTO.txt catalyst*.txt
+recursive-include examples README *.example *.spec