File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from setuptools import setup
15+ from setuptools import setup , find_packages
1616from io import open
1717
1818
@@ -29,16 +29,16 @@ def load_requirements(file_list=None):
2929
3030
3131def readme ():
32- with open ("doc/doc_en/whl_en .md" , encoding = "utf-8-sig" ) as f :
32+ with open ("README .md" , encoding = "utf-8-sig" ) as f :
3333 README = f .read ()
3434 return README
3535
3636
3737setup (
3838 name = "unstructured.paddleocr" ,
39- packages = [ "unstructured.paddleocr" ] ,
40- version = "0.2.6.2 " ,
41- package_dir = {"unstructured. paddleocr" : "" },
39+ packages = find_packages () ,
40+ version = "0.2.6.3 " ,
41+ package_dir = {"paddleocr" : "" },
4242 include_package_data = True ,
4343 entry_points = {"console_scripts" : ["paddleocr= paddleocr.paddleocr:main" ]},
4444 install_requires = [
You can’t perform that action at this time.
0 commit comments