Skip to content

Commit 3f97e4d

Browse files
authored
Merge pull request #248 from 4n4nd/update-pypi-readme
Update github repo url and author email address in setup.py and README
2 parents 5df3fc5 + 79ac34d commit 3f97e4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# prometheus-api-client
22

3-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7d838be9b51e4daaa20be1772f5c9ad2)](https://www.codacy.com/manual/4n4nd/prometheus-api-client-python?utm_source=github.com&utm_medium=referral&utm_content=AICoE/prometheus-api-client-python&utm_campaign=Badge_Grade) [![PyPI version](https://badge.fury.io/py/prometheus-api-client.svg)](https://badge.fury.io/py/prometheus-api-client) [![PyPI download month](https://img.shields.io/pypi/dm/prometheus-api-client.svg)](https://pypi.python.org/pypi/prometheus-api-client/)
3+
[![PyPI version](https://badge.fury.io/py/prometheus-api-client.svg)](https://badge.fury.io/py/prometheus-api-client) [![PyPI download month](https://img.shields.io/pypi/dm/prometheus-api-client.svg)](https://pypi.python.org/pypi/prometheus-api-client/)
44

55
A Python wrapper for the Prometheus http api and some tools for metrics processing.
66

@@ -12,7 +12,7 @@ To install the latest release:
1212

1313
To install directly from this branch:
1414

15-
`pip install https://github.com/AICoE/prometheus-api-client-python/zipball/master`
15+
`pip install https://github.com/4n4nd/prometheus-api-client-python/zipball/master`
1616

1717
## Links
1818

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ def get_version():
3030
name="prometheus-api-client",
3131
version=VERSION,
3232
author="Anand Sanmukhani",
33-
author_email="asanmukh@redhat.com",
33+
author_email="asanmukhani@microsoft.com",
3434
description="A small python api to collect data from prometheus",
3535
long_description=long_description,
3636
long_description_content_type="text/markdown",
37-
url="https://github.com/AICoE/prometheus-api-client-python",
37+
url="https://github.com/4n4nd/prometheus-api-client-python",
3838
install_requires=get_install_requires(),
3939
packages=setuptools.find_packages(),
4040
tests_require=["httmock"],

0 commit comments

Comments
 (0)