Skip to content

Commit

Permalink
Don't specify Django version in install_requires.'
Browse files Browse the repository at this point in the history
  • Loading branch information
rolo committed Dec 11, 2015
1 parent f436484 commit 6e1d783
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))


def get_version(package):
"""
Return package version as listed in `__version__` in `init.py`.
Expand Down Expand Up @@ -38,7 +37,6 @@ def get_version(package):
shutil.rmtree('django_star_ratings.egg-info')
sys.exit()


setup(
name='django-star-ratings',
version=version,
Expand All @@ -61,7 +59,7 @@ def get_version(package):
author_email='[email protected]',
keywords='ratings',
install_requires=[
'Django >= 1.7, <= 1.8.4',
'django',
'django-model-utils',
'django-braces'
],
Expand Down

0 comments on commit 6e1d783

Please sign in to comment.