5build-backend = "setuptools.build_meta"
8name = "alexwlchan-chives"
9description = "Utility functions for working with my local media archives"
12 {name = "Alex Chan", email = "alex@alexwlchan.net"},
15 {name = "Alex Chan", email="alex@alexwlchan.net"},
18 "Development Status :: 4 - Beta",
19 "Programming Language :: Python :: 3.13",
21requires-python = ">=3.13"
26[project.optional-dependencies]
29static_site_tests = ["playwright", "pytest", "rapidfuzz"]
34"Homepage" = "https://github.com/alexwlchan/chives"
35"Changelog" = "https://github.com/alexwlchan/chives/blob/main/CHANGELOG.md"
37[tool.setuptools.dynamic]
38version = {attr = "chives.__version__"}
40[tool.setuptools.packages.find]
45source = ["chives", "tests",]
52[tool.pytest.ini_options]
53filterwarnings = ["error"]
60select = ["D", "E", "F"]
62 "D200", # unnecessary-multiline-docstring
63 "D203", # incorrect-blank-line-before-class
64 "D205", # missing-blank-line-after-summary
65 "D211", # blank-line-before-class
66 "D212", # multi-line-summary-first-line