Skip to content

Commit

Permalink
Remove pex from dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienFaure committed Jun 11, 2024
1 parent 0e8431e commit dd1b8a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
13 changes: 1 addition & 12 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,8 @@ source = "scm"
write_to = "ldeep/_version.py"
write_template = "__version__ = '{}'"

[project.urls]
Homepage = "https://github.com/franc-pentest/ldeep"

[project.scripts]
ldeep = "ldeep.__main__:main"

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.pdm.dev-dependencies]
exe = [
"pex>=2.3.1",
]
publishing = [
"twine>=5.1.0",
Expand All @@ -64,3 +53,13 @@ dev = [
lint = [
"black>=24.4.2",
]
[project.urls]
Homepage = "https://github.com/franc-pentest/ldeep"

[project.scripts]
ldeep = "ldeep.__main__:main"

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

0 comments on commit dd1b8a0

Please sign in to comment.