Skip to content

Commit

Permalink
Use repo readme.md as pypi description
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoAndre committed May 2, 2021
1 parent ebf2e3c commit bbbdd9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
with open("requirements.txt", "r") as fs:
reqs = [r for r in fs.read().splitlines() if (len(r) > 0 and not r.startswith("#"))]

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

setup(
name="napalm-asa",
version="0.1.2",
version="0.1.3",
packages=find_packages(),
author="Diogo Assumpcao",
author_email="[email protected]",
Expand Down

0 comments on commit bbbdd9e

Please sign in to comment.