mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
add include_package_data to setup.py (#176)
This commit is contained in:
parent
e2643df439
commit
ca1ddfd6fd
1
setup.py
1
setup.py
@ -154,6 +154,7 @@ if __name__ == '__main__':
|
|||||||
maintainer_email='openmmlab@gmail.com',
|
maintainer_email='openmmlab@gmail.com',
|
||||||
keywords='Text Detection, OCR, KIE, NLP',
|
keywords='Text Detection, OCR, KIE, NLP',
|
||||||
packages=find_packages(exclude=('configs', 'tools', 'demo')),
|
packages=find_packages(exclude=('configs', 'tools', 'demo')),
|
||||||
|
include_package_data=True,
|
||||||
url='https://github.com/open-mmlab/mmocr',
|
url='https://github.com/open-mmlab/mmocr',
|
||||||
package_data={'mmocr.ops': ['*/*.so']},
|
package_data={'mmocr.ops': ['*/*.so']},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user