Skip to content

Commit

Permalink
Added 'sklearn2pmml' command-line application
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 8, 2024
1 parent 127d3a3 commit 1674181
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 @@ -27,6 +27,11 @@
exclude_package_data = {
"" : ["README.md"],
},
entry_points={
"console_scripts" : [
"sklearn2pmml=sklearn2pmml.cli:main",
],
},
python_requires = ">=3.8",
install_requires = [
"dill>=0.3.4",
Expand Down

0 comments on commit 1674181

Please sign in to comment.