Skip to content

Commit

Permalink
Merge pull request #202 from lyz-code/fix/build
Browse files Browse the repository at this point in the history
fix: correct the package building
  • Loading branch information
lyz-code committed Feb 4, 2022
2 parents 62059ec + 9c3e8ef commit 0135341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ autoimport = "autoimport.entrypoints.cli:cli"
[project.optional-dependencies]

[tool.pdm]
includes = ["autoimport/py.typed"]
version = {from = "src/autoimport/version.py"}
package-dir = "src"
source-includes = ["tests/"]

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

0 comments on commit 0135341

Please sign in to comment.