add more stuff to pyproject.toml
This commit is contained in:
parent
2e3e92c538
commit
3cb78cb2a5
1 changed files with 17 additions and 1 deletions
|
|
@ -1,3 +1,19 @@
|
|||
[project]
|
||||
name = "locit-testing"
|
||||
version = "0.1.0"
|
||||
requires-python = "~=3.11"
|
||||
dependencies = [
|
||||
"pytest == 7.4.3",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"ruff >= 0.1.3",
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
package-dir = {"" = "src"}
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
target-version = "py312"
|
||||
target-version = "py311"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue