Added setup.py

This commit is contained in:
2012-03-05 00:22:37 +00:00
parent 5c84873a2e
commit 79e967cc6f

13
setup.py Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env python
from distutils.core import setup
setup(name = "django-testauth",
version = '0.1',
description = "Django library/application for authenticating against TEST services",
author = "Andrew Williams",
author_email = "matalok@pleaseignore.com",
url = "http://dev.pleaseignore.com/projects/django-dreddit",
keywords = "eve api eveonline",
packages = ['django-testauth',],
)