mirror of
https://github.com/creyD/entro.py.git
synced 2026-04-12 20:00:29 +02:00
Bugfixes + Renamed to entro_py
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.env/
|
||||
@@ -1 +0,0 @@
|
||||
name = "entro.py"
|
||||
3
entro_py/__init__.py
Normal file
3
entro_py/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
name = "entro_py"
|
||||
|
||||
__all__ = ["calculateEntropy", "calculateEntropyMin"]
|
||||
4
setup.py
4
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",
|
||||
name="entro_py-creyD",
|
||||
version="1.0.1",
|
||||
author="Conrad Großer",
|
||||
author_email="grosserconrad@gmail.com",
|
||||
description="Small Information Entropy Calculator",
|
||||
|
||||
Reference in New Issue
Block a user