diff --git a/README.md b/README.md index ff04ce2b7c0b3a10029e113662a1978a54ab6aee..436ca05b13982951b058034dd1669722c58620bb 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 9cb4056d3f3a949e607173e08ed8d6d37508f410..e53d00c92b10b3f7bb3526c802247da51679893e 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"