Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update setup.py for release
  • Loading branch information
gavinwahl committed Dec 1, 2016
1 parent 7b91818 commit a18927c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions setup.py
Expand Up @@ -16,20 +16,16 @@ def read(fname):
author='Gavin Wahl',
author_email='gavinwahl@gmail.com',
packages=['ool'],
install_requires=['django >= 1.6b1'],
dependency_links=[
'https://github.com/django/django/archive/1.6b1.zip#egg=django-1.6b1',
],
install_requires=['django >= 1.8'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
)

0 comments on commit a18927c

Please sign in to comment.