From ece4b7f9dd2cafcd17e34dc7a165659fe1046af4 Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 2 Sep 2020 09:12:41 +0200 Subject: [PATCH] Tried to package the repo under new name and version --- .gitignore | 2 ++ entro_py/entro_py.py => entro-py-min/entro-py-min.py | 0 entro_py/__init__.py | 1 - setup.py | 4 ++-- 4 files changed, 4 insertions(+), 3 deletions(-) rename entro_py/entro_py.py => entro-py-min/entro-py-min.py (100%) delete mode 100644 entro_py/__init__.py diff --git a/.gitignore b/.gitignore index 896cdee..ebb9095 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .env/ __pycache__/ +dist/ +*.egg-info/ diff --git a/entro_py/entro_py.py b/entro-py-min/entro-py-min.py similarity index 100% rename from entro_py/entro_py.py rename to entro-py-min/entro-py-min.py diff --git a/entro_py/__init__.py b/entro_py/__init__.py deleted file mode 100644 index 1f1d599..0000000 --- a/entro_py/__init__.py +++ /dev/null @@ -1 +0,0 @@ -name = "entro_py" diff --git a/setup.py b/setup.py index fbaf225..38c5cc1 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( - name="entro_py-creyD", - version="1.0.3", + name="entro_py_min", + version="0.0.1", author="Conrad Großer", author_email="grosserconrad@gmail.com", description="Small Information Entropy Calculator",