We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187ce83 commit 69878acCopy full SHA for 69878ac
2 files changed
setup.py
@@ -27,12 +27,12 @@ def get_version():
27
description='Python SDK to SuperAnnotate platform',
28
license='MIT',
29
author='SuperAnnotate AI',
30
+ author_email='suppoort@superannotate.com',
31
url='https://github.com/superannotateai/superannotate-python-sdk',
32
long_description=open('README.rst').read(),
33
long_description_content_type='text/markdown',
34
install_requires=requirements,
35
setup_requires=['wheel'],
- description_file="README.md",
36
entry_points={
37
'console_scripts': ['superannotatecli = superannotate.lib.app.bin.superannotate:main']
38
},
src/superannotate/__init__.py
@@ -2,7 +2,7 @@
2
import sys
3
4
5
-__version__ = "4.4.6dev2"
+__version__ = "4.4.6dev3"
6
7
8
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
0 commit comments