1
0
mirror of https://github.com/jordansissel/fpm synced 2025-11-12 18:42:07 +01:00
fpm/spec/fixtures/python-pyproject.toml/pyproject.toml
Jordan Sissel 13e7ddf864 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 21:42:35 -07:00

5 lines
113 B
INI

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