Using build package for distribution

pull/1153/head
kompotkot 2025-01-07 10:47:51 +00:00
rodzic 619ad6c6ab
commit c37bb6e072
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -0,0 +1 @@
moonstreamtypes/version.txt

Wyświetl plik

@ -7,7 +7,7 @@ with open("README.md") as ifp:
long_description = ifp.read()
setup(
name="moonstream_types",
name="moonstream-types",
version=VERSION,
author="Moonstream.to",
author_email="engineers@moonstream.to",
@ -38,6 +38,6 @@ setup(
],
extras_require={
"dev": ["black", "isort", "mypy"],
"distribute": ["setuptools", "twine", "wheel"],
"distribute": ["build", "twine"],
},
)