Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarunas Navickas committed Apr 1, 2019
1 parent 75dd0b9 commit 87f1032
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion robust/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 1)
VERSION = (1, 1, 2)


def get_version():
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@

install_reqs = list(parse_requirements("requirements.txt", session={}))

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


setup(name="pyrobustness",
version=get_version(),
description="A simple util library for creating applications which needs to keep running, despite abnormalities",
long_description=long_description,
long_description_content_type="text/markdown",
author="Šarūnas Navickas",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 87f1032

Please sign in to comment.