We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55a78e commit e898a80Copy full SHA for e898a80
prometheus_push_client/version.py
@@ -1 +1 @@
1
-__version__ = "0.0.5"
+__version__ = "0.0.6"
setup.py
@@ -49,6 +49,7 @@
49
long_description=readme,
50
long_description_content_type="text/markdown",
51
url=github_url,
52
+ packages=setuptools.find_packages(include=["prometheus_push_client*"]),
53
license="Apache License 2.0",
54
classifiers=[
55
"Programming Language :: Python :: 3",
@@ -60,9 +61,6 @@
60
61
"Operating System :: OS Independent",
62
],
63
python_requires=">=3.6",
- packages=[
64
- "prometheus_push_client"
65
- ],
66
install_requires=[
67
"prometheus_client>=0.4.0",
68
0 commit comments