Hard code python package

Avoid embedding other package like tests.
This commit is contained in:
Étienne BERSAC 2022-07-11 15:02:47 +02:00
parent cd1461c66d
commit 0f511dc5cf
No known key found for this signature in database
GPG key ID: 95997557AD5A6DBF

View file

@ -21,7 +21,7 @@ setup(
version=get_version(),
author="Dalibo",
author_email="contact@dalibo.com",
packages=find_packages("."),
packages=find_packages(include=['check_patroni*']),
include_package_data=True,
url="https://github.com/dalibo/check_patroni",
license="PostgreSQL",