Bugfixes + Renamed to entro_py

This commit is contained in:
2019-07-15 23:48:44 +02:00
parent 710e0b2069
commit aa1f3da92f
5 changed files with 6 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env/

View File

@@ -1 +0,0 @@
name = "entro.py"

3
entro_py/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
name = "entro_py"
__all__ = ["calculateEntropy", "calculateEntropyMin"]

View File

@@ -4,8 +4,8 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="entro.py-creyD",
version="1.0",
name="entro_py-creyD",
version="1.0.1",
author="Conrad Großer",
author_email="grosserconrad@gmail.com",
description="Small Information Entropy Calculator",