Skip to content

Commit e898a80

Browse files
committed
fix broken pypi build
1 parent e55a78e commit e898a80

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

prometheus_push_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5"
1+
__version__ = "0.0.6"

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
long_description=readme,
5050
long_description_content_type="text/markdown",
5151
url=github_url,
52+
packages=setuptools.find_packages(include=["prometheus_push_client*"]),
5253
license="Apache License 2.0",
5354
classifiers=[
5455
"Programming Language :: Python :: 3",
@@ -60,9 +61,6 @@
6061
"Operating System :: OS Independent",
6162
],
6263
python_requires=">=3.6",
63-
packages=[
64-
"prometheus_push_client"
65-
],
6664
install_requires=[
6765
"prometheus_client>=0.4.0",
6866
],

0 commit comments

Comments
 (0)