prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

refactor packaging per PEP518 #213

Closed prjemian closed 1 year ago

prjemian commented 2 years ago

Python's packaging recommendations are in transition. On the way to use of a pyproject.toml file to provide all static information (per PEP-517 and ultimately PEP-660), refactor the packaging to meet PEP518

Most of the difficulties have been demonstrated in a sample project:

A discussion on StackOverflow answers some related questions: https://stackoverflow.com/questions/62983756/what-is-pyproject-toml-file-for

prjemian commented 1 year ago

superseded by #230