Skip to content

Commit

Permalink
chore: Move .pdm.toml to pdm.toml + .pdm-python (#38)
Browse files Browse the repository at this point in the history
pdm v2.5.0b0 has this breaking change.

> Move the project python path to its own file, and rename the project config file as pdm.toml which can be committed to the VCS.

https://pdm.fming.dev/latest/dev/changelog/#release-v250b0-2023-03-29
  • Loading branch information
YDX-2147483647 authored May 8, 2023
1 parent 49ec0f9 commit 7d7b5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.pdm.toml
.pdm-python
.directory
.ide
# Byte-compiled / optimized / DLL files
Expand Down

0 comments on commit 7d7b5ba

Please sign in to comment.