Skip to content

Commit

Permalink
Merge pull request #6 from saulshanabrook/patch-2
Browse files Browse the repository at this point in the history
Thank you. Explicit Python Version Support merged.
  • Loading branch information
jamstooks committed Apr 12, 2013
2 parents fd959a9 + 23bf215 commit 280cb22
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ def read(fname):
long_description=read("README.md"),
packages=['s3_folder_storage'],
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Framework :: Django',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Framework :: Django',
],
install_requires=['django-storages', 'boto'],
)
)

0 comments on commit 280cb22

Please sign in to comment.