allenai / python-package-template

A template repo for Python packages
Apache License 2.0
395 stars 67 forks source link

chore: move packaging information to `pyproject.toml` #97

Closed SauravMaheshkar closed 1 year ago

SauravMaheshkar commented 1 year ago

Changes proposed by this PR can be summarized as follows :-


pyproject.toml is the new standard for packaging python packages, setup.py is now deprecated (first introduced in PEP 518 and later expanded in PEP 517, PEP 621 and PEP 660).

Before submitting

epwalsh commented 1 year ago

Hey @SauravMaheshkar, I can help get this over the finish line if you want.