powertrain-build/setup.cfg
Axel Andersson 816553f1bc Added powertrain-build entrypoint
The entrypoint will make it easier to install powertrain-build to an
isolated venv without having to call python -m powertrain_build.

Change-Id: I3850c97d17707f9bc03640bd1d997508637d97ba
2024-10-30 10:33:42 +01:00

41 lines
1.2 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
[options.entry_points]
console_scripts =
powertrain-build = powertrain_build.cli:main