We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961c406 commit 44d7fc6Copy full SHA for 44d7fc6
pyproject.toml
@@ -24,7 +24,6 @@ classifiers=[
24
'Programming Language :: Python :: Implementation :: CPython',
25
'Programming Language :: Python :: Implementation :: PyPy',
26
]
27
-build = "build_ext.py"
28
packages = [
29
{ include = "zeroconf", from = "src" },
30
@@ -33,6 +32,10 @@ packages = [
33
32
"Bug Tracker" = "https://github.com/python-zeroconf/python-zeroconf/issues"
34
"Changelog" = "https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md"
35
+[tool.poetry.build]
36
+generate-setup-file = true
37
+script = "build_ext.py"
38
+
39
[tool.semantic_release]
40
branch = "master"
41
version_toml = "pyproject.toml:tool.poetry.version"
0 commit comments