Skip to content

Commit ea80aa0

Browse files
author
Anand Sanmukhani
committed
Change Package name to prometheus-api-client
1 parent 19fad26 commit ea80aa0

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include requirements.txt

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# prometheus-connect
2-
3-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/48cebb81b5d34d7cb45bcc5f5e0d505b)](https://app.codacy.com/app/4n4nd/prometheus-connect?utm_source=github.com&utm_medium=referral&utm_content=4n4nd/prometheus-connect&utm_campaign=Badge_Grade_Settings)
4-
1+
# prometheus-api-client
52

63
A python wrapper for the prometheus http api
File renamed without changes.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ def get_install_requires():
1010
return [req.split(' ', maxsplit=1)[0] for req in res if req]
1111

1212
setuptools.setup(
13-
name="prometheus-connect",
13+
name="prometheus-api-client",
1414
version="0.0.1",
1515
author="Anand Sanmukhani",
1616
author_email="[email protected]",
1717
description="A small python api to collect data from prometheus",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
20-
url="https://github.com/4n4nd/prometheus-connect",
20+
url="https://github.com/AICoE/prometheus-api-client-python",
2121
install_requires=get_install_requires(),
2222
packages=setuptools.find_packages(),
2323
classifiers=[

0 commit comments

Comments
 (0)