added some meta data to package
authorAlex Kamedov <alex@kamedov.ru>
Wed, 27 Apr 2011 14:49:20 +0000 (20:49 +0600)
committerAlex Kamedov <alex@kamedov.ru>
Wed, 27 Apr 2011 14:49:20 +0000 (20:49 +0600)
AUTHORS.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.rst
setup.py

diff --git a/AUTHORS.txt b/AUTHORS.txt
new file mode 100644 (file)
index 0000000..af9d445
--- /dev/null
@@ -0,0 +1,5 @@
+Chris Williams <chris@nitron.org>
+Alex Kamedov <alex@kamedov.ru>
+Ɓukasz Rekucki <lrekucki@gmail.com>
+Marek Stepniowski <marek@stepniowski.com>
+Fred Wenzel <fwenzel@mozilla.com>
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..775b4b5
--- /dev/null
@@ -0,0 +1,4 @@
+recursive-include cas_provider/templates *.html
+include AUTHORS.txt
+include README.rst
+include LICENSE
\ No newline at end of file
index a0be271..0ef1742 100644 (file)
@@ -2,10 +2,6 @@
 django-cas-provider
 ===================
 
----------------------------------
-Chris Williams <chris@nitron.org>
----------------------------------
-
 OVERVIEW
 =========
 
index 8f06deb..2d65aaf 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
-
 from setuptools import setup, find_packages
+
+
 setup(
     name='django-cas-provider',
-    version='0.1dev',
+    version='0.2.2',
     description='A "provider" for the Central Authentication Service (http://jasig.org/cas)',
     author='Chris Williams',
     author_email='chris@nitron.org',