Skip to content

Commit

Permalink
fix(setup): include __cycle__ in package version
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Sep 13, 2021
1 parent 0e63e72 commit 8c23ce9
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 @@ -19,8 +19,8 @@

setup(
name=about["__title__"],
version=about["__version__"],
description="{}{}".format(about["__description__"], about["__cycle__"]),
version="{}{}".format(about["__version__"], about["__cycle__"]),
description=about["__description__"],
long_description=readme,
long_description_content_type="text/markdown",
url=about["__url__"],
Expand Down

0 comments on commit 8c23ce9

Please sign in to comment.