1
0
mirror of https://github.com/jordansissel/fpm synced 2025-11-11 18:38:50 +01:00
fpm/spec/fixtures/python-pyproject.toml/pyproject.toml
Jordan Sissel aa55aaca93 Python pyproject.toml and requirements.txt improvements
* --python-obey-requirements-txt behavior and tests. I swear this was
  working previously but the tests failed.
* Now supports packaging local python project directories containing
  a pyproject.toml
2025-10-01 22:13:44 -07:00

5 lines
113 B
INI

[project]
name = "example"
version = "1.2.3"
authors = [ { name = "Captain Fancy", email = "foo@example.com" } ]