-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding PEP 621 setuptools (#72)
* feat: adding PEP 621 setuptools * fix: add explicit src dir * fix: include wheel * Add experimental auto-discovery for setuptools621 * feat: rely on setuptools auto-discovery for src-layout * Update README.md * docs: nicer numbering * chore: use released setuptools * fix: broken due to upper limit on sphinx causing bugs Co-authored-by: Anderson Bravalheri <[email protected]>
- Loading branch information
1 parent
8ff324c
commit 88b5726
Showing
5 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"org": "Scikit-HEP", | ||
"url": "https://github.com/{{ cookiecutter.org }}/{{ cookiecutter.project_name }}", | ||
"full_name": "My Name", | ||
"project_type": ["setuptools", "pybind11", "poetry", "flit", "pdm", "trampolim", "whey", "maturin", "hatch"], | ||
"project_type": ["setuptools", "pybind11", "poetry", "flit", "pdm", "trampolim", "whey", "maturin", "hatch", "setuptools621"], | ||
"email": "[email protected]", | ||
"maintainer": "The Scikit-HEP admins", | ||
"maintainer_email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters