diff --git a/setup.py b/setup.py index 3a71e81..71f7cb8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ _PACKAGE_MANE="ChaChaIPToCountryDaemon" with open("./README.md", "r") as fh: 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) setup(