This commit is contained in:
cclecle
2022-06-06 17:39:11 +02:00
parent a2ab650aa9
commit 52bc3bdc6f

View File

@@ -7,7 +7,7 @@ _PACKAGE_MANE="ChaChaIPToCountryDaemon"
with open("./README.md", "r") as fh: with open("./README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
with open("./{0}/_version.py".format(_ACKAGE_MANE)) as ver_file: with open("./{0}/_version.py".format(_PACKAGE_MANE)) as ver_file:
exec(ver_file.read(), main_ns) exec(ver_file.read(), main_ns)
setup( setup(