37 lines
1.1 KiB
INI
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
|