powertrain-build/setup.cfg
olindgre 2ece01e1d7 Make powertrain-build not overlap with pybuild in site-packages
Change-Id: I7b59f3f04f0f787d35db0b9389f295bf1ad24f56
2024-09-17 10:25:04 +02: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.10
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.11
[files]
packages =
powertrain_build
powertrain_build.interface
powertrain_build.lib
powertrain_build.zone_controller
[pbr]
skip_git_sdist = 1