setup.py: Add disutils-based packaging
authorW. Trevor King <wking@tremily.us>
Wed, 5 Jun 2013 17:13:43 +0000 (13:13 -0400)
committerBrian Dolbec <dolsen@gentoo.org>
Thu, 6 Jun 2013 16:08:05 +0000 (09:08 -0700)
commitddab020c7d67f5df53be87f6d888ac90a3521225
tree0bb5b4a8c7bde31d84fdaa77c6832e97b6c5a150
parent1295aa17779b43965033be4742bcfd5b6c6991ac
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__.
.gitignore
MANIFEST.in [new file with mode: 0644]
catalyst/__init__.py
setup.py [new file with mode: 0644]