mirror of
https://github.com/RGBCube/DML
synced 2025-07-27 15:47:45 +00:00
fix
This commit is contained in:
parent
1e815a2dc0
commit
a897c23ef3
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -11,8 +11,9 @@ setup(
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
url="https://github.com/RGBCube/dml",
|
url="https://github.com/RGBCube/dml",
|
||||||
version="1.0.0",
|
version="1.0.1",
|
||||||
author="RGBCube",
|
author="RGBCube",
|
||||||
py_modules=["dml"],
|
py_modules=["dml"],
|
||||||
|
packages=["dml"],
|
||||||
license="MIT"
|
license="MIT"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue