mirror of
https://github.com/nasa/fprime-tools.git
synced 2025-12-10 09:55:16 -06:00
* Remove setup.py and add pyproject.toml * test: add testing publishing workflow * Trigger CI only on devel and PRs * Install `build` dependency * test: hardcode semantic version * test: publish to testpypi/fprime-tools * test: better formatting * Revert testing changes * spelling * Review recommendations * link license file and comments * spelling * Add notes for legacy config options * Add Python3.12 classifier
7 lines
190 B
Python
7 lines
190 B
Python
# setup.py is kept to support legacy builds
|
|
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
|
|
from setuptools import setup
|
|
|
|
# Configuration is in pyproject.toml
|
|
setup()
|