dan-fritchman / Hdl21

Hardware Description Library
BSD 3-Clause "New" or "Revised" License
60 stars 13 forks source link

Deprecate `setup.py` #144

Closed ThomasPluck closed 1 year ago

ThomasPluck commented 1 year ago

As was pointed out in https://github.com/dan-fritchman/Hdl21/pull/114#discussion_r1233466318 calling setup.py directly from setuptools is deprecated:

https://setuptools.pypa.io/en/latest/deprecated/commands.html

Resolving this ticket would involve moving over all Hdl21 modules to using pyproject.toml as described in the documentation above.

dan-fritchman commented 1 year ago

Also #49

dan-fritchman commented 1 year ago

Gonna close as a duplicate, use #49.