This commit is contained in:
cclecle
2022-06-06 17:28:35 +02:00
parent ea827b868e
commit c6ed1ff9f8

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 import __version__ as ChaChaIPToCountryDaemon_Version
with open("./README.md", "r") as fh:
long_description = fh.read()
setup(
name='ChaChaIPToCountryDaemon',
version=ChaChaIPToCountryDaemon_Version,
version="0.2",
description='An HTTP/REST IP2Country Daemon using country-ip-blocks database.',
author='Clement CHASTANIER',
author_email='clement.chastanier@gmail.com',