From 77ce4ba3e17dc348554632415420665f722cbdd0 Mon Sep 17 00:00:00 2001 From: Alexander Nasuta <alexander.nasuta@ima.rwth-aachen.de> Date: Thu, 18 Apr 2024 17:15:45 +0200 Subject: [PATCH] updated README.md and pyproject.toml --- README.md | 8 ++++---- pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ff04ce2..436ca05 100644 --- a/README.md +++ b/README.md @@ -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`: - + # Available Instances diff --git a/pyproject.toml b/pyproject.toml index 9cb4056..e53d00c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" -- GitLab