mirror of
https://github.com/jordansissel/fpm
synced 2025-11-11 18:38:50 +01:00
* --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
5 lines
113 B
INI
5 lines
113 B
INI
[project]
|
|
name = "example"
|
|
version = "1.2.3"
|
|
authors = [ { name = "Captain Fancy", email = "foo@example.com" } ]
|