Using build package for distribution

pull/1159/head
kompotkot 2025-01-07 11:55:46 +00:00
rodzic bf52decd05
commit f9df4c23d7
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -0,0 +1 @@
include engineapi/version.txt

Wyświetl plik

@ -1 +1 @@
0.0.12
0.0.13

Wyświetl plik

@ -29,7 +29,7 @@ setup(
],
extras_require={
"dev": ["alembic", "black", "mypy", "isort"],
"distribute": ["setuptools", "twine", "wheel"],
"distribute": ["build", "twine"],
},
description="Command line interface for Moonstream Engine API",
long_description=long_description,