respect pyproject.toml
Open
- Dominant language
- Python
- Stars
- 67
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
I'm wondering if we can instead of creating a `juliapkg.json`, but putting a field inside `pyproject.toml` like
```toml
[julia.dependencies]
julia = "1.8"
Example = "0.5"
PythonCall = "0.8"
```
this would making packaging a lot easier because `pyproject.toml` will be saved in a package wheel.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.