Skip to content

Commit

Permalink
add entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Oct 7, 2020
1 parent b0a68b5 commit 1ed4e4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ install_requires =
fasttext
torch >= 1.6, < 2.0.0
transformers >= 3.2.0, < 4.0.0
pyyaml
pyyaml

[options.entry_points]
console_scripts =
graph_parser = npdependency.graph_parser3:main

0 comments on commit 1ed4e4c

Please sign in to comment.