Skip to content

Commit fc26b16

Browse files
authored
Merge pull request #1156 from moonstream-to/fix-pypi-naming-3
Using build package for distribution
2 parents 1fc7f0c + 97f9a68 commit fc26b16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

moonstreamdb/moonstreamdb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Moonstream database version.
33
"""
44

5-
MOONSTREAMDB_VERSION = "0.4.5"
5+
MOONSTREAMDB_VERSION = "0.4.6"

moonstreamdb/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
install_requires=["alembic", "psycopg2-binary", "sqlalchemy>=2.0.4"],
3636
extras_require={
3737
"dev": ["black", "isort", "mypy"],
38-
"distribute": ["setuptools", "twine", "wheel"],
38+
"distribute": ["build", "twine"],
3939
},
4040
entry_points={
4141
"console_scripts": [

0 commit comments

Comments
 (0)