@@ -24,7 +24,6 @@ classifiers=[
|
24 | 24 | 'Programming Language :: Python :: Implementation :: CPython', |
25 | 25 | 'Programming Language :: Python :: Implementation :: PyPy', |
26 | 26 | ] |
27 | | -build = "build_ext.py" |
28 | 27 | packages = [ |
29 | 28 | { include = "zeroconf", from = "src" }, |
30 | 29 | ] |
@@ -33,6 +32,10 @@ packages = [
|
33 | 32 | "Bug Tracker" = "https://github.com/python-zeroconf/python-zeroconf/issues" |
34 | 33 | "Changelog" = "https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md" |
35 | 34 | |
| 35 | +[tool.poetry.build] |
| 36 | +generate-setup-file = true |
| 37 | +script = "build_ext.py" |
| 38 | + |
36 | 39 | [tool.semantic_release] |
37 | 40 | branch = "master" |
38 | 41 | version_toml = "pyproject.toml:tool.poetry.version" |
|