BCDA-APS / adl2pydm

Convert MEDM's .adl files to PyDM's .ui format
Other
0 stars 4 forks source link

refactor packaging per PEP518 #102

Open prjemian opened 2 years 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