summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpgjones <philip.graham.jones@googlemail.com>2023-04-02 17:20:47 +0100
committerPhil Jones <philip.graham.jones@googlemail.com>2023-04-09 16:05:52 +0100
commit645d9320837df98d4bd389de370be5cfbbe69640 (patch)
tree9a34aaaf0dd8e4ff110fabd20214513eef8eb067
parent9f3c4b5a7790ed2451dde1646de5761e290f2e4a (diff)
downloadblinker-645d9320837df98d4bd389de370be5cfbbe69640.tar.gz
Include package data in the distribution
This will ensure the py.typed file is included, and hence the type hints can be used by other projects.
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8dd5b87..64f467c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -60,7 +60,6 @@ warn_return_any = true
[tool.setuptools]
license-files = ["LICENSE.rst"]
-include-package-data = false
[tool.setuptools.dynamic]
version = {attr = "blinker.__version__"}