Skip to content

Commit

Permalink
fix broken pypi build
Browse files Browse the repository at this point in the history
  • Loading branch information
gistart committed May 11, 2021
1 parent e55a78e commit e898a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion prometheus_push_client/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.6"
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
long_description=readme,
long_description_content_type="text/markdown",
url=github_url,
packages=setuptools.find_packages(include=["prometheus_push_client*"]),
license="Apache License 2.0",
classifiers=[
"Programming Language :: Python :: 3",
Expand All @@ -60,9 +61,6 @@
"Operating System :: OS Independent",
],
python_requires=">=3.6",
packages=[
"prometheus_push_client"
],
install_requires=[
"prometheus_client>=0.4.0",
],
Expand Down

0 comments on commit e898a80

Please sign in to comment.