Skip to content

Commit 69878ac

Browse files
committed
Readme fix
1 parent 187ce83 commit 69878ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ def get_version():
2727
description='Python SDK to SuperAnnotate platform',
2828
license='MIT',
2929
author='SuperAnnotate AI',
30+
author_email='suppoort@superannotate.com',
3031
url='https://github.com/superannotateai/superannotate-python-sdk',
3132
long_description=open('README.rst').read(),
3233
long_description_content_type='text/markdown',
3334
install_requires=requirements,
3435
setup_requires=['wheel'],
35-
description_file="README.md",
3636
entry_points={
3737
'console_scripts': ['superannotatecli = superannotate.lib.app.bin.superannotate:main']
3838
},

src/superannotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44

5-
__version__ = "4.4.6dev2"
5+
__version__ = "4.4.6dev3"
66

77

88
sys.path.append(os.path.split(os.path.realpath(__file__))[0])

0 commit comments

Comments
 (0)