diff --git a/types/python/MANIFEST.in b/types/python/MANIFEST.in new file mode 100644 index 00000000..c4132043 --- /dev/null +++ b/types/python/MANIFEST.in @@ -0,0 +1 @@ +moonstreamtypes/version.txt \ No newline at end of file diff --git a/types/python/setup.py b/types/python/setup.py index 045906bb..3aaabb8f 100644 --- a/types/python/setup.py +++ b/types/python/setup.py @@ -7,7 +7,7 @@ with open("README.md") as ifp: long_description = ifp.read() setup( - name="moonstream_types", + name="moonstream-types", version=VERSION, author="Moonstream.to", author_email="engineers@moonstream.to", @@ -38,6 +38,6 @@ setup( ], extras_require={ "dev": ["black", "isort", "mypy"], - "distribute": ["setuptools", "twine", "wheel"], + "distribute": ["build", "twine"], }, )