From ec3b8f6806b32ff73c208942d2a2a4e89e4ab936 Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 7 Feb 2022 11:09:46 +0100 Subject: [PATCH] Update setup.py and url in README --- README.md | 2 +- doc/make_readme.sh | 2 +- setup.py | 21 +++++++++++---------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index abcd847..73417ae 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Commands: Installation from the git repository: ``` -$ git clone +$ git clone https://github.com/dalibo/check_patroni ``` Change the branch if necessary. Then create a dedicated environment, diff --git a/doc/make_readme.sh b/doc/make_readme.sh index 9de71db..59d68b2 100755 --- a/doc/make_readme.sh +++ b/doc/make_readme.sh @@ -28,7 +28,7 @@ cat << '_EOF_' >> $README Installation from the git repository: ``` -$ git clone +$ git clone https://github.com/dalibo/check_patroni ``` Change the branch if necessary. Then create a dedicated environment, diff --git a/setup.py b/setup.py index 24317ec..19558c5 100644 --- a/setup.py +++ b/setup.py @@ -19,22 +19,23 @@ def get_version() -> str: setup( name="check_patroni", version=get_version(), - # author="Dalibo", - # author_email="contact@dalibo.com", + author="Dalibo", + author_email="contact@dalibo.com", packages=find_packages("."), include_package_data=True, - # url="https://github.com/dalibo/pg_activity", + url="https://github.com/dalibo/check_patroni", license="PostgreSQL", description="Nagios plugin to check on patroni", long_description=long_description, long_description_content_type="text/markdown", - # classifiers=[ - # "Development Status :: 5 - Production/Stable", - # "Environment :: Console", - # "License :: OSI Approved :: PostgreSQL License", - # "Programming Language :: Python :: 3", - # "Topic :: Database", - # ], + classifiers=[ +# "Development Status :: 5 - Production/Stable", + "Development Status :: 4 - Beta", + "Environment :: Console", + "License :: OSI Approved :: PostgreSQL License", + "Programming Language :: Python :: 3", + "Topic :: System :: Monitoring", + ], keywords="patroni nagios check", python_requires=">=3.6", install_requires=[