Skip to content

Commit

Permalink
fix manifest file by including action for a license
Browse files Browse the repository at this point in the history
  • Loading branch information
linnik committed Aug 10, 2022
1 parent 06628bf commit b85ea5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LICENSE
include LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def setup():
readme_content = fp.read()
setuptools.setup(
name="roundrobin",
version="0.0.3",
version="0.0.4",
description="Collection of roundrobin utilities",
long_description=readme_content,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b85ea5a

Please sign in to comment.