kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #1156 from moonstream-to/fix-pypi-naming-3
Using build package for distributionpull/1161/head moonstreamdb/v0.4.6
commit
fc26b16f4c
|
@ -2,4 +2,4 @@
|
|||
Moonstream database version.
|
||||
"""
|
||||
|
||||
MOONSTREAMDB_VERSION = "0.4.5"
|
||||
MOONSTREAMDB_VERSION = "0.4.6"
|
||||
|
|
|
@ -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": [
|
||||
|
|
Ładowanie…
Reference in New Issue