Using build package for distribution

pull/1156/head
kompotkot 2025-01-07 11:46:10 +00:00
parent bf52decd05
commit 97f9a689ff
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
Moonstream database version.
"""
MOONSTREAMDB_VERSION = "0.4.5"
MOONSTREAMDB_VERSION = "0.4.6"

View File

@ -35,7 +35,7 @@ setup(
install_requires=["alembic", "psycopg2-binary", "sqlalchemy>=2.0.4"],
extras_require={
"dev": ["black", "isort", "mypy"],
"distribute": ["setuptools", "twine", "wheel"],
"distribute": ["build", "twine"],
},
entry_points={
"console_scripts": [