Skip to content

Commit 3322cd9

Browse files
committed
[feat] add entry point
1 parent bcee923 commit 3322cd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@
3838
'EduData'
3939
], # And any other dependencies foo needs
4040
entry_points={
41+
"console_scripts": [
42+
"edunlp = EduNLP.main:cli",
43+
],
4144
},
4245
)

0 commit comments

Comments
 (0)