forked from GlasgowEmbedded/glasgow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
software: migrate to PDM-Backend build backend.
This provides us with the same functionality as setuptools with none of the legacy complexity and issues. It also means that we use the same vendor for our package management and package build system, reducing the fragmentation in our dependency tree.
- Loading branch information
1 parent
3f802df
commit 1ddc031
Showing
2 changed files
with
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Python | ||
*.pyc | ||
__pycache__/ | ||
*.egg-info | ||
/dist | ||
/build | ||
|
||
# pdm | ||
/.pdm-plugins | ||
/.pdm-python | ||
/.pdm-build | ||
/.venv* | ||
/pdm.lock |
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