Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Jan 10, 2016
1 parent 45a2599 commit d954ac1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
version=".".join(map(str, access.__version__)),
author='Anton Agestam',
author_email="msn@antonagestam.se",
url='http://github.com/antonagestam/django-access-tools',
url='http://antonagestam.github.io/django-access-tools',
install_requires=[
'Django>=1.8.2',
],
Expand All @@ -18,7 +18,6 @@
classifiers=[
"Framework :: Django",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Operating System :: OS Independent",
"Topic :: Software Development",
"Programming Language :: Python :: 2.7",
Expand Down

0 comments on commit d954ac1

Please sign in to comment.