Skip to content

Commit

Permalink
pkg config (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthiboust authored Nov 22, 2023
1 parent ff8185f commit e0e2c1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 191 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ ipython_config.py
.pdm.toml
.pdm-python
.pdm-build/
pdm.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
Expand Down
191 changes: 0 additions & 191 deletions pdm.lock

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ requires-python = ">=3.10"
readme = "README.md"
license = {text = "Apache 2.0"}

[project.urls]
Homepage = "https://github.com/mthiboust/array2image"

[project.optional-dependencies]
dev = [
"pytest>=7.4.3",
"ruff>=0.1.5",
Expand Down

0 comments on commit e0e2c1a

Please sign in to comment.