Skip to main content

pyproject.toml: remove some vestigial setup data

ID
32ca58f
date
2026-03-27 15:31:15+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
7b43a22
message
pyproject.toml: remove some vestigial setup data
changed files
1 file, 3 deletions

Changed files

pyproject.toml (1350) → pyproject.toml (1295)

diff --git a/pyproject.toml b/pyproject.toml
index 45ef880..676a669 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,9 +38,6 @@ version = {attr = "chives.__version__"}
 [tool.setuptools.packages.find]
 where = ["src"]
 
-[tool.setuptools.package-data]
-nitrate = ["py.typed"]
-
 [tool.coverage.run]
 branch = true
 source = ["chives", "tests",]