powertrain-build/setup.cfg
Axel Andersson 721fd18baf Added support for Python 3.13
Change-Id: I8c985476d1dab34bab28605e5839d21f53701ab7
2024-10-29 07:06:37 +00:00

37 lines
1.1 KiB
INI

[metadata]
name = powertrain-build
author = Henrik Wahlqvist
author-email = henrik.wahlqvist@volvocars.com
summary = A Continuous Integration (CI) build system testing all configurations where a Simulink model is used.
description-file = README.md
description-content-type = text/x-rst; charset=UTF-8
url = https://opendev.org/volvocars/powertrain-build
download_url = https://pypi.org/project/powertrain-build/
license = Apache License, Version 2.0
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: Other/Proprietary License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.13
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Code Generators
Topic :: Software Development :: Embedded Systems
[options]
include_package_data = True
requires_python = >=3.6, <3.14
[files]
packages =
powertrain_build
powertrain_build.interface
powertrain_build.lib
powertrain_build.zone_controller
[pbr]
skip_git_sdist = 1