Skip to content

Commit

Permalink
Call out license information and fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Jan 31, 2025
1 parent 18e10df commit e63dbef
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ can find the source for the following packages:
Nextmv platform.

Please refer to the individual package READMEs for more information.

> [!IMPORTANT]
> Please review the LICENSE on each package, as they may not all have the same
> license.
8 changes: 8 additions & 0 deletions nextmv-gurobipy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Welcome to `nextmv-gurobipy`, an SDK for integrating Gurobi with the Nextmv
platform.

## License

> [!IMPORTANT]
> Please note that `nextmv-gurobipy` is provided as _source-available_ software
> (not _open-source_).
For further information, please refer to the [LICENSE](./LICENSE.md) file.

## Installation

Requires Python `>=3.9`. Install using `pip`:
Expand Down
2 changes: 1 addition & 1 deletion nextmv-gurobipy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]
dependencies = [
]
description = "An SDK for integrating Gurobi witn the Nextmv platform"
description = "An SDK for integrating Gurobi with the Nextmv platform"
dynamic = [
"version",
]
Expand Down
8 changes: 8 additions & 0 deletions nextmv-scikit-learn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Welcome to `nextmv-scikit-learn`, an SDK for integrating scikit-learn with the
Nextmv platform.

## License

> [!IMPORTANT]
> Please note that `nextmv-scikit-learn` is provided as _source-available_
> software (not _open-source_).
For further information, please refer to the [LICENSE](./LICENSE.md) file.

## Installation

Requires Python `>=3.9`. Install using `pip`:
Expand Down
2 changes: 1 addition & 1 deletion nextmv-scikit-learn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]
dependencies = [
]
description = "An SDK for integrating scikit-learn witn the Nextmv platform"
description = "An SDK for integrating scikit-learn with the Nextmv platform"
dynamic = [
"version",
]
Expand Down

0 comments on commit e63dbef

Please sign in to comment.