Fleshing out setup.py. Adding MANIFEST.in.

This commit is contained in:
Bryan Veloso 2011-02-11 01:27:10 -08:00
parent b942a9fcea
commit 07a03a4a39
2 changed files with 5 additions and 1 deletions

2
MANIFEST.in Normal file
View file

@ -0,0 +1,2 @@
include AUTHORS
include LICENSE

View file

@ -9,7 +9,9 @@ setup(
author_email='justin@driscolldev.com',
url='http://github.com/jdriscoll/django-imagekit/',
packages=[
'imagekit'
'imagekit',
'imagekit.management',
'imagekit.management.commands'
],
classifiers=[
'Development Status :: 3 - Alpha',