]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add setup.cfg to sdist
authorBob Halley <halley@dnspython.org>
Tue, 26 Oct 2021 19:34:37 +0000 (12:34 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 26 Oct 2021 19:34:37 +0000 (12:34 -0700)
pyproject.toml

index 65fb106ffe8950cc28caea45afed043e61905b90..51bfbae92898d8e7eb9e9ffd4e29dca9890ff3d1 100644 (file)
@@ -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]