Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf committed May 2, 2021
1 parent f1e7d1f commit 85da5ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup


long_description = (Path(__file__) / 'README.rst').read_text()
long_description = (Path(__file__).parent / 'README.rst').read_text()


def get_packages(package):
Expand Down Expand Up @@ -46,8 +46,9 @@ def get_packages(package):
long_description=long_description,
project_urls={
'Documentation': 'https://python-jose.readthedocs.io/en/latest/',
'Source': 'https://github.com/mpdavis/python-jose/',
'Tracker': 'https://github.com/mpdavis/python-jose/issues/',
'Source': 'https://github.com/mpdavis/python-jose/',
'Tracker': 'https://github.com/mpdavis/python-jose/issues/',
'Changelog': 'https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md',
},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 85da5ce

Please sign in to comment.