You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python community seems to be moving away from Setuptools for building projects which are not pure Python. In IDOM's case this involves building and distributing some HTML/JS with the package. We should find a different build system to do this.
Current Situation
The Python community seems to be moving away from Setuptools for building projects which are not pure Python. In IDOM's case this involves building and distributing some HTML/JS with the package. We should find a different build system to do this.
Proposed Actions
Hatch seems to be a nice solution which is currently being used by JupyterLab.
The text was updated successfully, but these errors were encountered: