Skip to content

Commit

Permalink
Merge pull request #3 from convect-ai/package-publish
Browse files Browse the repository at this point in the history
update build dist
  • Loading branch information
convect-bot authored Dec 19, 2023
2 parents ba2b994 + e924229 commit b096bbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added dist/convect-flow-sdk-0.0.1.tar.gz
Binary file not shown.
Binary file added dist/convect_flow_sdk-0.0.1-py3-none-any.whl
Binary file not shown.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
packages=find_packages(),
Expand All @@ -33,5 +35,7 @@
extras_require={
"tests": TEST_REQUIREMENTS,
},

python_requires=">=3.9.*",
url='https://github.com/convect-ai/flow-sdk'
)

0 comments on commit b096bbe

Please sign in to comment.