Skip to content

Commit

Permalink
I really need to work on my setup.py skills.
Browse files Browse the repository at this point in the history
  • Loading branch information
nowells committed Sep 8, 2009
1 parent 9621b54 commit 170fead
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
@@ -1,16 +1,19 @@
import os
from setuptools import setup, find_packages

version = '0.1.2'
version = '0.1.3'

setup(
name='django-pluggables',
version=version,
description='A design pattern for Django that allows you to build "Pluggable" Reusable Applications',
long_description='A design pattern for Django that allows you to build "Pluggable" Reusable Applications',
author='Nowell Strite',
author_email='nowell@strite.org',
url='http://github.com/nowells/django-pluggables/',
packages=find_packages(),
zip_safe=False,
platforms=["any"],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit 170fead

Please sign in to comment.