holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Fully support pyproject.toml #105

Open maximlt opened 1 year ago

maximlt commented 1 year ago

At the moment pyctdev only relies on the pyproject.toml file to collect the build dependencies to install. It then expects a setup.py file to find the other dependencies to install. pyctdev should support projects that use the pyproject.toml file only to declare their setup.