remove package_data and entry_points (#5635)

This commit is contained in:
Sergey Lyubimtsev 2021-05-14 18:02:35 +03:00 committed by GitHub
parent a810db0302
commit addf7dc1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,20 +8,10 @@ py_modules =
mo_kaldi
[options.package_data]
mo = *.txt
compression.configs.hardware = *.json
mo.extensions.front.mxnet = *.json
mo.extensions.front.onnx = *.json
mo.extensions.front.tf = *.json
mo.mo.front.caffe.proto = *.proto
* = *
[options.entry_points]
console_scripts =
mo=mo.__main__:main
pot=app.run:main
accuracy_check=accuracy_checker.main:main
convert_annotation=accuracy_checker.annotation_converters.convert:main
benchmark_app=openvino.tools.benchmark.main:main
[metadata]
license_files =