mirror of
https://github.com/adulau/DomainClassifier.git
synced 2024-11-07 11:56:25 +00:00
0.7 released and pushed to PyPI
This commit is contained in:
parent
04a7a963a8
commit
b6818de02d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
setup(
|
setup(
|
||||||
name="DomainClassifier",
|
name="DomainClassifier",
|
||||||
version="0.6",
|
version="0.7",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=['dnspython', 'IPy'],
|
install_requires=['dnspython', 'IPy'],
|
||||||
author="Alexandre Dulaunoy",
|
author="Alexandre Dulaunoy",
|
||||||
|
|
Loading…
Reference in a new issue