Skip to content

Commit

Permalink
updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kalex84 committed Feb 23, 2024
1 parent 5ad8621 commit 23c6927
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file added dist/cs2solutions-0.2.5-py3-none-any.whl
Binary file not shown.
Binary file added dist/cs2solutions-0.2.5.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["src/solutions"]

[project]
name = "cs2solutions"
version = "0.2.2"
version = "0.2.5"
dependencies =[
"control",
"matplotlib",
Expand Down
9 changes: 6 additions & 3 deletions src/cs2solutions.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, Dejan Milojevic <[email protected]>, Niclas Scheuer <[email protected]>
Maintainer-email: Kalle Laitinen <[email protected]>, Niclas Scheuer <[email protected]>
Expand Down Expand Up @@ -679,11 +679,14 @@ License: GNU GENERAL PUBLIC LICENSE
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

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
Expand Down

0 comments on commit 23c6927

Please sign in to comment.