mirror of
https://github.com/adulau/DomainClassifier.git
synced 2024-11-07 11:56:25 +00:00
0.7 release
This commit is contained in:
parent
a43e2f32c8
commit
eb38342b23
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
|
||||
setup(
|
||||
name="DomainClassifier",
|
||||
version="0.4",
|
||||
version="0.6",
|
||||
packages=find_packages(),
|
||||
install_requires=['dnspython', 'IPy'],
|
||||
author="Alexandre Dulaunoy",
|
||||
|
|
Loading…
Reference in a new issue