kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #1152 from moonstream-to/fix-pypi-naming-1
Fix pypi naming 1 moonstreamdb_v3pull/1155/head
commit
1e15860486
|
@ -0,0 +1 @@
|
|||
include moonstreamdbv3/version.txt
|
|
@ -1 +1 @@
|
|||
0.1.2
|
||||
0.1.3
|
||||
|
|
|
@ -35,6 +35,6 @@ setup(
|
|||
install_requires=["alembic", "psycopg2-binary", "sqlalchemy>=2.0.4"],
|
||||
extras_require={
|
||||
"dev": ["black", "isort", "mypy"],
|
||||
"distribute": ["setuptools", "twine", "wheel"],
|
||||
"distribute": ["build", "twine"],
|
||||
},
|
||||
)
|
||||
|
|
Ładowanie…
Reference in New Issue