Skip to content

Commit

Permalink
New test version
Browse files Browse the repository at this point in the history
  • Loading branch information
anayden committed Jan 17, 2024
1 parent 07d3bc2 commit 2b45fad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ homepage = "https://github.com/anayden/r2dt-client"
repository = "https://github.com/anayden/r2dt-client"

[tool.pdm]
package-type = "library"
distribution = "true"

[tool.pdm.packages]
include = ["src/r2dt_client"]
packages = {include = ["r2dt_client"], from = "src"}

[tool.pdm.dev-dependencies]
dev = [
Expand Down

0 comments on commit 2b45fad

Please sign in to comment.