prep v0.3.4
This commit is contained in:
parent
7c14b2a2e0
commit
b9c8c9880f
@ -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]
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user