From: Bob Halley Date: Tue, 26 Oct 2021 19:34:37 +0000 (-0700) Subject: add setup.cfg to sdist X-Git-Tag: v2.2.0rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5be3fc47248b9f4d4cc5c9dd81ad2ba2ee4797;p=thirdparty%2Fdnspython.git add setup.cfg to sdist --- 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]