diff --git a/dist/convect-flow-sdk-0.0.1.tar.gz b/dist/convect-flow-sdk-0.0.1.tar.gz new file mode 100644 index 0000000..2525770 Binary files /dev/null and b/dist/convect-flow-sdk-0.0.1.tar.gz differ diff --git a/dist/convect_flow_sdk-0.0.1-py3-none-any.whl b/dist/convect_flow_sdk-0.0.1-py3-none-any.whl new file mode 100644 index 0000000..b48f6e2 Binary files /dev/null and b/dist/convect_flow_sdk-0.0.1-py3-none-any.whl differ diff --git a/setup.py b/setup.py index 781b208..960eec5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,9 @@ setup( name="convect-flow-sdk", version="0.0.1", - description="flow sdk", + description="convect flow sdk", + long_description=open('README.md').read(), + long_description_content_type='text/markdown', author="convect.ai", author_email="hi@convect.ai", packages=find_packages(), @@ -33,5 +35,7 @@ extras_require={ "tests": TEST_REQUIREMENTS, }, + python_requires=">=3.9.*", + url='https://github.com/convect-ai/flow-sdk' )