This commit is contained in:
Daniel 2023-12-05 19:18:54 +01:00
parent 01c294d44b
commit ed1ac0b088

View file

@ -1,6 +1,6 @@
[project] [project]
name = "locit-testing" name = "abratest"
version = "0.1.0" version = "0.2.0"
requires-python = "~=3.11" requires-python = "~=3.11"
dependencies = [ dependencies = [
"pytest == 7.4.3", "pytest == 7.4.3",
@ -12,7 +12,7 @@ dev = [
] ]
[tool.setuptools] [tool.setuptools]
package-dir = {"" = "src"} package-dir = {"" = "abratest"}
[tool.ruff] [tool.ruff]
line-length = 120 line-length = 120