File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ build-backend = "setuptools.build_meta"
10
10
name = " pybind11"
11
11
description = " Seamless operability between C++11 and Python"
12
12
authors = [{name = " Wenzel Jakob" , email = " wenzel.jakob@epfl.ch" }]
13
+ readme = " README.rst"
13
14
classifiers = [
14
15
" Development Status :: 5 - Production/Stable" ,
15
16
" Intended Audience :: Developers" ,
@@ -35,10 +36,6 @@ keywords = [
35
36
dynamic = [" license" , " version" ]
36
37
requires-python = " >=3.6"
37
38
38
- [project .readme ]
39
- file = " README.rst"
40
- content-type = " text/x-rst"
41
-
42
39
[project .urls ]
43
40
Homepage = " https://github.com/pybind/pybind11"
44
41
Documentation = " https://pybind11.readthedocs.io/"
@@ -49,7 +46,6 @@ Chat = "https://gitter.im/pybind/Lobby"
49
46
50
47
[tool .setuptools ]
51
48
zip-safe = false
52
- include-package-data = false
53
49
54
50
[tool .setuptools .dynamic ]
55
51
license = " BSD"
@@ -94,7 +90,7 @@ log_cli_level = "info"
94
90
testpaths = [
95
91
" tests" ,
96
92
]
97
- timeout = 300
93
+ timeout = 300
98
94
99
95
100
96
[tool .pylint ]
You can’t perform that action at this time.
0 commit comments