From f500478bde78523820aa7f099826ce11b41d0dad Mon Sep 17 00:00:00 2001 From: ElliotVilhelm Date: Mon, 6 Aug 2018 16:09:48 -0700 Subject: [PATCH] 1.2 --- setup.py | 4 ++-- {whois-python => whois_python}/__init__.py | 0 {whois-python => whois_python}/constants.py | 0 {whois-python => whois_python}/creation_date.py | 0 {whois-python => whois_python}/parse_date.py | 0 {whois-python => whois_python}/test/__init__.py | 0 {whois-python => whois_python}/test/test_whois.py | 0 {whois-python => whois_python}/whois_client.py | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename {whois-python => whois_python}/__init__.py (100%) rename {whois-python => whois_python}/constants.py (100%) rename {whois-python => whois_python}/creation_date.py (100%) rename {whois-python => whois_python}/parse_date.py (100%) rename {whois-python => whois_python}/test/__init__.py (100%) rename {whois-python => whois_python}/test/test_whois.py (100%) rename {whois-python => whois_python}/whois_client.py (100%) diff --git a/setup.py b/setup.py index e87ae58..7ee0fae 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ long_description = fh.read() setuptools.setup( - name="whois-python", - version="1.0", + name="whois_python", + version="1.2", author="Elliot Pourmand", author_email="elliot@pourmand.com", description="whois client and parser focused on creation date", diff --git a/whois-python/__init__.py b/whois_python/__init__.py similarity index 100% rename from whois-python/__init__.py rename to whois_python/__init__.py diff --git a/whois-python/constants.py b/whois_python/constants.py similarity index 100% rename from whois-python/constants.py rename to whois_python/constants.py diff --git a/whois-python/creation_date.py b/whois_python/creation_date.py similarity index 100% rename from whois-python/creation_date.py rename to whois_python/creation_date.py diff --git a/whois-python/parse_date.py b/whois_python/parse_date.py similarity index 100% rename from whois-python/parse_date.py rename to whois_python/parse_date.py diff --git a/whois-python/test/__init__.py b/whois_python/test/__init__.py similarity index 100% rename from whois-python/test/__init__.py rename to whois_python/test/__init__.py diff --git a/whois-python/test/test_whois.py b/whois_python/test/test_whois.py similarity index 100% rename from whois-python/test/test_whois.py rename to whois_python/test/test_whois.py diff --git a/whois-python/whois_client.py b/whois_python/whois_client.py similarity index 100% rename from whois-python/whois_client.py rename to whois_python/whois_client.py