We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dd6ce commit 8ef3e0aCopy full SHA for 8ef3e0a
setup.py
@@ -48,14 +48,5 @@
48
'console_scripts': ['superannotatecli = superannotate.__main__:main']
49
},
50
python_requires='>=3.6',
51
- package_data={
52
- 'pycocotools_sa':
53
- [
54
- 'superannotate/pycocotools_sa/_mask.pyx',
55
- 'superannotate/pycocotools_sa/maskApi.c',
56
- 'superannotate/pycocotools_sa/maskApi.h'
57
- ]
58
- },
59
- include_package_data=True,
60
ext_modules=cythonize(ext_modules)
61
)
superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "2.5.0b4"
+__version__ = "2.5.0b7"
0 commit comments