Skip to content

Commit 319b996

Browse files
committed
fix: metadata was adding quotes to distinfo
1 parent 1994691 commit 319b996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ long_description = file: README.rst
33
long_description_content_type = text/x-rst
44
description = Seamless operability between C++11 and Python
55
author = Wenzel Jakob
6-
author_email = "[email protected]"
7-
url = "https://github.com/pybind/pybind11"
6+
author_email = [email protected]
7+
url = https://github.com/pybind/pybind11
88
license = BSD
99

1010
classifiers =

0 commit comments

Comments
 (0)