Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Update setup.py:
- Update type in URL.
- Update development status classifier.
  • Loading branch information
roaldnefs committed Oct 19, 2018
1 parent b2e109a commit b593119
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def find_version(*file_paths):
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()

# allow setup.py to be run from any path
# Allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

setup(
Expand All @@ -40,13 +40,15 @@ def find_version(*file_paths):
' using PyNaCl.'
),
long_description=README,
url='https://githhub.com/poolvos/django-nacl-fields',
url='https://github.com/poolvos/django-nacl-fields',
author='Poolvos B.V.',
author_email='info@poolvos.nl',
classifiers=[
'Development Status :: 1 - Planning',
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit b593119

Please sign in to comment.