Skip to content

Commit fa4ad48

Browse files
author
peixiangluo
committed
add find_packages func
1 parent 5b061cd commit fa4ad48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
author_email="[email protected]",
99
version="0.1.0",
1010
description='文本分类工具集',
11-
packages=["textclf", "textclf.data"],
11+
packages=find_packages(),
1212
install_requires=[
1313
"transformers==2.4.1",
1414
"torch>=1.1.0",
15-
"Click==7.0.0",
15+
"Click>=7.0.0",
1616
"tabulate",
1717
"scikit-learn>=0.22.1",
1818
"jieba"

0 commit comments

Comments
 (0)