From 28ffd89de7b05580d1e67d089cb04fd649c4d24e Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 1 Mar 2023 21:51:06 -0600 Subject: [PATCH] Add note to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 379d987429..2774aff549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,6 +135,8 @@ version-file = "src/pyhf/_version.py" [tool.hatch.build.targets.sdist] # only-include needed to properly include src/pyhf/schemas # c.f. https://github.com/pypa/hatch/pull/299 +# hatchling always includes: +# pyproject.toml, .gitignore, any README, any LICENSE, AUTHORS only-include = [ "/src", "/CITATION.cff"