diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index e44adbb..4f7a722 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -28,6 +28,14 @@ dependencies = [ | |||
| 28 | ] | 28 | ] |
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | [dependency-groups] | ||
| 32 | dev = [ | ||
| 33 | "pytest>=6", | ||
| 34 | "ruff>=0.15.0", | ||
| 35 | "ty>=0.0.31", | ||
| 36 | ] | ||
| 37 | |||
| 38 | |||
| 31 | [project.scripts] | 39 | [project.scripts] |
| 32 | etoolkit = "etoolkit.__main__:main" | 40 | etoolkit = "etoolkit.__main__:main" |
| 33 | 41 | ||
| @@ -42,6 +50,7 @@ Changelog = "https://codeberg.org/sgs/etoolkit/src/branch/master/CHANGELOG.md" | |||
| 42 | [tool.pytest.ini_options] | 50 | [tool.pytest.ini_options] |
| 43 | minversion = "6.0" | 51 | minversion = "6.0" |
| 44 | addopts = "-s" | 52 | addopts = "-s" |
| 53 | cache_dir = "~/.cache/pytest_cache" | ||
| 45 | testpaths = [ | 54 | testpaths = [ |
| 46 | "tests" | 55 | "tests" |
| 47 | ] | 56 | ] |
| @@ -54,6 +63,11 @@ pythonpath = [ | |||
| 54 | version = {attr = "etoolkit.__version__"} | 63 | version = {attr = "etoolkit.__version__"} |
| 55 | 64 | ||
| 56 | 65 | ||
| 66 | [tool.ty.environment] | ||
| 67 | python-version = "3.10" | ||
| 68 | root = ["./src"] | ||
| 69 | |||
| 70 | |||
| 57 | [build-system] | 71 | [build-system] |
| 58 | requires = [ | 72 | requires = [ |
| 59 | "setuptools >= 77.0.3", | 73 | "setuptools >= 77.0.3", |
