File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 },
Original file line number Diff line number Diff line change 22import sys
33
44
5- __version__ = "4.4.6dev2 "
5+ __version__ = "4.4.6dev3 "
66
77
88sys .path .append (os .path .split (os .path .realpath (__file__ ))[0 ])
You can’t perform that action at this time.
0 commit comments