-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (34 loc) · 975 Bytes
/
pyproject.toml
File metadata and controls
39 lines (34 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
name = "Pyvalve"
version = "0.1.4"
description = "Asyncio python clamav client"
authors = ["Bradley Sacks <bradsacks99@gmail.com>"]
license = {file = "LICENSE"}
readme = "README.md"
homepage = "https://github.com/bradsacks99/pyvalve"
documentation = "https://github.com/bradsacks99/pyvalve/blob/master/README.md"
[tool.poetry.dependencies]
python = ">=3.12,<4.0"
asyncinit = "^0.2.4"
aiofile = "^3.8.1"
aiopathlib = "^0.5.0"
aiopath = "^0.7.7"
[tool.poetry.dev-dependencies]
pytest = "^8.3.4"
pytest-pylint = "^0.21.0"
pytest-mypy = "^0.10.3"
pytest-asyncio = "^0.25.0"
pre-commit = "^4.0.1"
pytest-cov = "^6.0.0"
scriv = {extras = ["toml"], version = "^0.16.0"}
sphinx-autodoc-typehints = "^1.19.2"
sphinx-markdown-builder = "^0.5.5"
Sphinx = "^5.1.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[package]
include = ["src/*.py"]
[scriv]
version = "literal: src/pyvalve/__init__.py: __version__"
format ="md"