FIX: Added MANIFEST.in.
authorzuber <marek@stepniowski.com>
Thu, 15 Oct 2009 17:49:47 +0000 (19:49 +0200)
committerzuber <marek@stepniowski.com>
Thu, 15 Oct 2009 22:35:02 +0000 (00:35 +0200)
MANIFEST.in [new file with mode: 0644]
setup.py

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..0dc3951
--- /dev/null
@@ -0,0 +1,3 @@
+recursive-include cas_provider/templates *.html
+include README.rst
+include LICENSE
\ No newline at end of file
index f98a66e..25fe954 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,7 @@ setup(
     author_email='chris@nitron.org',
     url='http://nitron.org/',
     packages=find_packages(),
+    include_package_data=True,
     zip_safe=False,
     install_requires=['setuptools'],
 )