Skip to content
Snippets Groups Projects
Commit 77ce4ba3 authored by Alexander Nasuta's avatar Alexander Nasuta
Browse files

updated README.md and pyproject.toml

parent 19ebe00e
Branches
No related tags found
No related merge requests found
......@@ -19,9 +19,9 @@
</div>
- **Github**: todo
- **Github**: https://github.com/Alexander-Nasuta/jsp-instance-utils/
- **PyPi**: todo
- **PyPi**: https://pypi.org/project/jsp-instance-utils/
# About The Project
......@@ -51,7 +51,7 @@ custom_jsp_instance = np.array([
Install the package with pip:
```
pip install todo
pip install jsp-instance-utils
```
# Importing a JSP instance OR-tools Solver
......@@ -70,7 +70,7 @@ assert makespan == 55
The code above yields the following output, if the `plot_results` flag is set to `True`:
![](https://raw.githubusercontent.com/Alexander-Nasuta/jsp-vis/main/resources/ft06_console.gif)
![](https://raw.githubusercontent.com/Alexander-Nasuta/jsp-instance-utils/main/resources/ft06-or-tools.png)
# Available Instances
......
......@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
[project]
name = "jsp-instance-utils"
version = "1.0.0"
version = "1.0.1"
description = "A package containg benchmark instances for the Job Shop Scheduling Problem (JSP) scraped from "
readme = "README.md"
authors = [{ name = "Alexander Nasuta", email = "alexander.nasuta@ima.rwth-aachen.de" }]
authors = [{ name = "Alexander Nasuta", email = "alexander.nasuta@wzl-iqs.rwth-aachen.de" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: MIT License",
......@@ -34,7 +34,7 @@ dev = [
]
[project.urls]
Homepage = "https://github.com/Alexander-Nasuta/pypitemplate"
Homepage = "https://github.com/Alexander-Nasuta/jsp-instance-utils/"
[tool.pytest.ini_options]
addopts = "--cov=jsp_instance_utils -p no:warnings"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment