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",