From 319b99648b94c37e16cec64e0aec6d80557de64f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 30 Sep 2020 17:17:59 -0400 Subject: [PATCH] fix: metadata was adding quotes to distinfo --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0e03ddce9d..dbef210701 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,8 +3,8 @@ long_description = file: README.rst long_description_content_type = text/x-rst description = Seamless operability between C++11 and Python author = Wenzel Jakob -author_email = "wenzel.jakob@epfl.ch" -url = "https://github.com/pybind/pybind11" +author_email = wenzel.jakob@epfl.ch +url = https://github.com/pybind/pybind11 license = BSD classifiers =