mirror of https://github.com/bugout-dev/moonstream
Using build package for distribution
parent
bf52decd05
commit
97f9a689ff
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue