Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Duam committed Jun 13, 2022
1 parent 54e8ed1 commit 4d7b293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
setup(name='telraam-data',
version=__version__,
description="A friendly package to download traffic count data from Telraam.net.",
long_description=open('README.rst').read(),
long_description=open('README.md').read(),
author='Geert Barentsen',
author_email='[email protected]',
url='https://github.com/barentsen/telraam-data',
Expand All @@ -47,4 +47,4 @@
'console_scripts': [
'telraam-data-manager = telraam_data.cli.__main__:cli'
]
},)
}, )

0 comments on commit 4d7b293

Please sign in to comment.