Skip to content

Commit 7962d22

Browse files
committed
Minor changes just to trigger a build
The experimental branch in setuptools got updated. It would be nice to see if the checks still pass.
1 parent b388aa0 commit 7962d22

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build-backend = "setuptools.build_meta"
1010
name = "pybind11"
1111
description = "Seamless operability between C++11 and Python"
1212
authors = [{name = "Wenzel Jakob", email = "wenzel.jakob@epfl.ch"}]
13+
readme = "README.rst"
1314
classifiers = [
1415
"Development Status :: 5 - Production/Stable",
1516
"Intended Audience :: Developers",
@@ -35,10 +36,6 @@ keywords = [
3536
dynamic = ["license", "version"]
3637
requires-python = ">=3.6"
3738

38-
[project.readme]
39-
file = "README.rst"
40-
content-type = "text/x-rst"
41-
4239
[project.urls]
4340
Homepage = "https://github.com/pybind/pybind11"
4441
Documentation = "https://pybind11.readthedocs.io/"
@@ -49,7 +46,6 @@ Chat = "https://gitter.im/pybind/Lobby"
4946

5047
[tool.setuptools]
5148
zip-safe = false
52-
include-package-data = false
5349

5450
[tool.setuptools.dynamic]
5551
license = "BSD"
@@ -94,7 +90,7 @@ log_cli_level = "info"
9490
testpaths = [
9591
"tests",
9692
]
97-
timeout=300
93+
timeout = 300
9894

9995

10096
[tool.pylint]

0 commit comments

Comments
 (0)