[build-system] requires = [ "setuptools>=42", "wheel" ] build-backend = "setuptools.build_meta" [project] name = "fsfwgen" description = "FSFW Generator Core" version = "0.3.4" license = { text = "Apache-2.0" } authors = [ {name = "Robin Mueller", email = "robin.mueller.m@gmail.com"} ] classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Communications", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Scientific/Engineering" ] dependencies = [ "colorlog~=6.0" ] [project.urls] "Homepage" = "https://egit.irs.uni-stuttgart.de/fsfw/fsfwgen" [tool.ruff] exclude = [ ".git", "venv", "docs" ] line-length = 100