Author: leidel
Date: Sat Jan 24 12:57:35 2009
New Revision: 47

Added:
    trunk/setup.py

Log:
Added simple setup.py

Added: trunk/setup.py
==============================================================================
--- (empty file)
+++ trunk/setup.py      Sat Jan 24 12:57:35 2009
@@ -0,0 +1,20 @@
+from setuptools import setup, find_packages
+
+setup(
+    name='django-email-confirmation',
+    version='0.1.0',
+    description='Simple email confirmation for the Django web framework.',
+    author='James Tauber',
+    author_email='[email protected]',
+    url='http://code.google.com/p/django-email-confirmation/',
+    packages=find_packages(),
+    classifiers=[
+        'Development Status :: 3 - Alpha',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: MIT License',
+        'Operating System :: OS Independent',
+        'Programming Language :: Python',
+        'Framework :: Django',
+    ]
+)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to