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