mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Fleshing out setup.py. Adding MANIFEST.in.
This commit is contained in:
parent
b942a9fcea
commit
07a03a4a39
2 changed files with 5 additions and 1 deletions
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
include AUTHORS
|
||||
include LICENSE
|
||||
4
setup.py
4
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue