prep v0.3.4

This commit is contained in:
Robin Müller 2025-01-13 10:40:41 +01:00
parent 7c14b2a2e0
commit b9c8c9880f
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 7 additions and 5 deletions

View File

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [v0.3.4]
- Hotfix for pyproject.toml file
- Hotfixes for pyproject.toml file
# [v0.3.3]

View File

@ -8,13 +8,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "fsfwgen"
description = "FSFW Generator Core"
version = "0.3.2"
license = "Apache-2.0"
version = "0.3.4"
license = { text = "Apache-2.0" }
authors = [
{name = "Robin Mueller", email = "robin.mueller.m@gmail.com"}
]
url = "https://egit.irs.uni-stuttgart.de/fsfw/fsfwgen"
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
@ -33,6 +31,10 @@ dependencies = [
"colorlog~=6.0"
]
[project.urls]
"Homepage" = "https://egit.irs.uni-stuttgart.de/fsfw/fsfwgen"
[tool.ruff]
exclude = [
".git",