From 3e5be3fc47248b9f4d4cc5c9dd81ad2ba2ee4797 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 26 Oct 2021 12:34:37 -0700 Subject: [PATCH] add setup.cfg to sdist --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65fb106f..51bfbae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ include = [ { path="tests/*.text", format="sdist" }, { path="tests/*.generic", format="sdist" }, { path="util/**", format="sdist" }, + { path="setup.cfg", format="sdist" }, ] exclude = [ "**/.DS_Store", @@ -59,4 +60,4 @@ curio = ['curio', 'sniffio'] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" -[tool.setuptools_scm] \ No newline at end of file +[tool.setuptools_scm] -- 2.47.3