DEV
This commit is contained in:
2
setup.py
2
setup.py
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user