FFY00 / trampolim

A modern Python build backend
https://trampolim.readthedocs.io
MIT License
43 stars 4 forks source link

Use PEP 621 metadata parser from `pep621` package #8

Closed FFY00 closed 3 years ago

FFY00 commented 3 years ago

I extracted the parser as the pep621 package, and afterwards made several API improvements. Our code here still has the original parser, we should replace it with the pep621 package.

https://github.com/FFY00/python-pep621

FFY00 commented 3 years ago

Fixed by #9.