This commit is contained in:
cclecle
2022-06-06 17:31:09 +02:00
parent c6ed1ff9f8
commit e4a61cd8cd

View File

@@ -1,14 +1,14 @@
#!/usr/bin/env python
from setuptools import setup,find_packages
#from ChaChaIPToCountryDaemon import __version__ as ChaChaIPToCountryDaemon_Version
from ChaChaIPToCountryDaemon._version import __version__ as ChaChaIPToCountryDaemon_Version
with open("./README.md", "r") as fh:
long_description = fh.read()
setup(
name='ChaChaIPToCountryDaemon',
version="0.2",
version=ChaChaIPToCountryDaemon_Version,
description='An HTTP/REST IP2Country Daemon using country-ip-blocks database.',
author='Clement CHASTANIER',
author_email='clement.chastanier@gmail.com',