Merge pull request #1153 from moonstream-to/fix-pypi-naming-2

Fix pypi naming 2 moonstream_types
pull/1155/head
Sergei Sumarokov 2025-01-07 13:56:55 +03:00 zatwierdzone przez GitHub
commit b0e1961054
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -0,0 +1 @@
moonstreamtypes/version.txt

Wyświetl plik

@ -1 +1 @@
0.0.9
0.0.10

Wyświetl plik

@ -34,10 +34,10 @@ setup(
zip_safe=False,
install_requires=[
"moonstreamdb>=0.4.5",
"moonstreamdb-v3>=0.1.2",
"moonstreamdb-v3>=0.1.3",
],
extras_require={
"dev": ["black", "isort", "mypy"],
"distribute": ["setuptools", "twine", "wheel"],
"distribute": ["build", "twine"],
},
)