Skip to content

Commit

Permalink
Default empty description for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
krateng committed Dec 11, 2021
1 parent 8ada0ca commit 800d288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yeonji/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def main(packagename,test=False):
with open(rml, "r") as fh:
long_description = fh.read()
break
else:
long_description = ""

setuptools.setup(
name=pkginfo.get("links",{}).get("pypi") or pkginfo["name"],
Expand Down

0 comments on commit 800d288

Please sign in to comment.