mirror of
https://github.com/creyD/entro.py.git
synced 2026-04-12 20:00:29 +02:00
Tried to package the repo under new name and version
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
|||||||
.env/
|
.env/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
name = "entro_py"
|
|
||||||
4
setup.py
4
setup.py
@@ -4,8 +4,8 @@ with open("README.md", "r") as fh:
|
|||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="entro_py-creyD",
|
name="entro_py_min",
|
||||||
version="1.0.3",
|
version="0.0.1",
|
||||||
author="Conrad Großer",
|
author="Conrad Großer",
|
||||||
author_email="grosserconrad@gmail.com",
|
author_email="grosserconrad@gmail.com",
|
||||||
description="Small Information Entropy Calculator",
|
description="Small Information Entropy Calculator",
|
||||||
|
|||||||
Reference in New Issue
Block a user