What's Changed
- python: Support modern Python project features: pyproject.toml, wheels, etc. Now, any project that can be built or installed with
pipcan be packaged by fpm. Previously, fpm relied on a long-deprecated features in setup.py to see a python project's metadata such as name, version, and dependencies. Fpm now uses python's package tools to identify the project's name, version,...