mirror of
https://github.com/creyD/entro.py.git
synced 2026-04-12 12:00:28 +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/
|
||||
__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()
|
||||
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user