Merge pull request #1156 from moonstream-to/fix-pypi-naming-3

Using build package for distribution
pull/1161/head moonstreamdb/v0.4.6
Sergei Sumarokov 2025-01-07 16:39:19 +03:00 zatwierdzone przez GitHub
commit fc26b16f4c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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": [