Skip to content

Commit

Permalink
chore: update and rename license file (main)
Browse files Browse the repository at this point in the history
  • Loading branch information
nok committed May 22, 2022
1 parent 56dbfe0 commit 4924188
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion license.txt → LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
Copyright 2016-2019, Darius Morawiec
Copyright 2016-2022, Darius Morawiec

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 1,2 @@
include requirements.txt readme.md changelog.md license.txt
include requirements.txt readme.md changelog.md LICENSE
recursive-include sklearn_porter *.py *.txt *.json
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nok/sklearn-porter/release/1.0.0?filepath=examples/basics/index.pct.ipynb)
[![PyPI](https://img.shields.io/pypi/v/sklearn-porter.svg?color=blue)](https://pypi.python.org/pypi/sklearn-porter)
[![PyPI](https://img.shields.io/pypi/pyversions/sklearn-porter.svg)](https://pypi.python.org/pypi/sklearn-porter)
[![GitHub license](https://img.shields.io/pypi/l/sklearn-porter.svg?color=blue)](https://raw.githubusercontent.com/nok/sklearn-porter/master/license.txt)
[![GitHub license](https://img.shields.io/pypi/l/sklearn-porter.svg?color=blue)](https://raw.githubusercontent.com/nok/sklearn-porter/main/LICENSE)

Transpile trained [scikit-learn](https://github.com/scikit-learn/scikit-learn) estimators to C, Java, JavaScript and others.<br>It's recommended for limited embedded systems and critical applications where performance matters most.

Expand Down Expand Up @@ -748,4 748,4 @@ If you use this implementation in you work, please add a reference/citation to t

## License

The package is Open Source Software released under the [MIT](license.txt) license.
The package is Open Source Software released under the [MIT](LICENSE) license.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
[metadata]
description-file = readme.md
license-file = license.txt
license-file = LICENSE

0 comments on commit 4924188

Please sign in to comment.