Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBern committed Jan 28, 2020
1 parent 9691bc8 commit 8959731
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ def get_version(package):
author_email="pedrobermoreira@gmail.com",
maintainer="pedrobern",
url="https://github.com/PedroBern/django-graphql-auth",
project_urls=OrderedDict(
(("Issues", "https://github.com/PedroBern/django-graphql-auth/issues"),)
),
project_urls=OrderedDict((
('Documentation', 'https://django-graphql-auth.readthedocs.io/en/latest/'),
("Issues", "https://github.com/PedroBern/django-graphql-auth/issues"),
)),
packages=find_packages(exclude=["tests*"]),
install_requires=[
"Django>=2.1.0",
Expand All @@ -47,7 +48,7 @@ def get_version(package):
],
tests_require=tests_require,
classifiers=[
"Development Status :: 3 - Alpha",
'Development Status :: 4 - Beta',,
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 8959731

Please sign in to comment.