diff --git a/dist/cs2solutions-0.2.5-py3-none-any.whl b/dist/cs2solutions-0.2.5-py3-none-any.whl new file mode 100644 index 0000000..df52ae8 Binary files /dev/null and b/dist/cs2solutions-0.2.5-py3-none-any.whl differ diff --git a/dist/cs2solutions-0.2.5.tar.gz b/dist/cs2solutions-0.2.5.tar.gz new file mode 100644 index 0000000..b3101cc Binary files /dev/null and b/dist/cs2solutions-0.2.5.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index 10f6c5b..164e2fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["src/solutions"] [project] name = "cs2solutions" -version = "0.2.2" +version = "0.2.5" dependencies =[ "control", "matplotlib", @@ -30,9 +30,12 @@ license = {file = "LICENSE"} classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Education", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", ] [project.urls] -Homepage = "https://ethz.ch" \ No newline at end of file +Homepage = "https://idsc.ethz.ch/education/lectures/control-systems-ii.html" +Repository = "https://github.com/idsc-frazzoli/cs2solutions" +Notebooks = "https://github.com/idsc-frazzoli/CS2-2024-notebooks" \ No newline at end of file diff --git a/src/cs2solutions.egg-info/PKG-INFO b/src/cs2solutions.egg-info/PKG-INFO index bc2ca90..4ffcaf2 100644 --- a/src/cs2solutions.egg-info/PKG-INFO +++ b/src/cs2solutions.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: cs2solutions -Version: 0.2.2 +Version: 0.2.5 Summary: A package containing solutions for the CS2 lecture at ETH Zürich Author-email: Kalle Laitinen , Dejan Milojevic , Niclas Scheuer Maintainer-email: Kalle Laitinen , Niclas Scheuer @@ -679,11 +679,14 @@ License: GNU GENERAL PUBLIC LICENSE Public License instead of this License. But first, please read . -Project-URL: Homepage, https://ethz.ch +Project-URL: Homepage, https://idsc.ethz.ch/education/lectures/control-systems-ii.html +Project-URL: Repository, https://github.com/idsc-frazzoli/cs2solutions +Project-URL: Notebooks, https://github.com/idsc-frazzoli/CS2-2024-notebooks Classifier: Programming Language :: Python :: 3 Classifier: Operating System :: OS Independent -Classifier: Development Status :: 4 - Beta +Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Education +Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) Requires-Python: >=3.9 Description-Content-Type: text/markdown License-File: LICENSE