Skip to content

Commit

Permalink
Added long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
@rottenmeat committed Aug 26, 2020
1 parent f5c59c2 commit fa1e6d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ def load_requirements():
return f.read().splitlines()


with open("README.md", "r") as fh:
long_description = fh.read()

setup(name='api-dog-json-v2-parser',
version='1.0',
packages=find_packages(),
author='rotten_meat',
install_requires=load_requirements(),
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/benhacka/api-dog-json-v2-parser/',
download_url=
'https://github.com/benhacka/api-dog-json-v2-parser/archive/v1.1.tar.gz',
Expand Down

0 comments on commit fa1e6d0

Please sign in to comment.