Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBern committed Jan 28, 2020
1 parent 8959731 commit 07012f2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ def get_version(package):
author_email="pedrobermoreira@gmail.com",
maintainer="pedrobern",
url="https://github.com/PedroBern/django-graphql-auth",
project_urls=OrderedDict((
('Documentation', 'https://django-graphql-auth.readthedocs.io/en/latest/'),
("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 @@ -48,7 +50,7 @@ def get_version(package):
],
tests_require=tests_require,
classifiers=[
'Development Status :: 4 - Beta',,
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 07012f2

Please sign in to comment.