kopia lustrzana https://github.com/bugout-dev/moonstream
Using build package for distribution
rodzic
380a42af77
commit
7c8315e17f
|
@ -0,0 +1 @@
|
||||||
|
include moonstreamdbv3/version.txt
|
|
@ -7,7 +7,7 @@ with open("README.md") as ifp:
|
||||||
long_description = ifp.read()
|
long_description = ifp.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="moonstreamdb_v3",
|
name="moonstreamdb-v3",
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
author="Bugout.dev",
|
author="Bugout.dev",
|
||||||
author_email="engineers@bugout.dev",
|
author_email="engineers@bugout.dev",
|
||||||
|
@ -35,6 +35,6 @@ setup(
|
||||||
install_requires=["alembic", "psycopg2-binary", "sqlalchemy>=2.0.4"],
|
install_requires=["alembic", "psycopg2-binary", "sqlalchemy>=2.0.4"],
|
||||||
extras_require={
|
extras_require={
|
||||||
"dev": ["black", "isort", "mypy"],
|
"dev": ["black", "isort", "mypy"],
|
||||||
"distribute": ["setuptools", "twine", "wheel"],
|
"distribute": ["build", "twine"],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Ładowanie…
Reference in New Issue