Skip to content

Commit

Permalink
Added 'jpmml_evaluator' command-line application
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Nov 27, 2024
1 parent 136ed4a commit e940c8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
exclude_package_data = {
"" : ["README.md"],
},
entry_points={
"console_scripts" : [
"jpmml_evaluator=jpmml_evaluator.cli:main",
],
},
python_requires = ">=3.9",
install_requires = [
"jpype1",
Expand Down

0 comments on commit e940c8d

Please sign in to comment.