From 46a69f4d4b5ed3ae0488d3b7ea1e64bf4ac27f7c Mon Sep 17 00:00:00 2001 From: vpf26432 Date: Tue, 27 Jun 2023 12:29:55 +0000 Subject: [PATCH] removing quotation marks that causes pypi to fail --- setup.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index cb38c22..e87f52d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,14 +12,14 @@ description = a python API to communicate with the Scicat API long_description = file: README.md long_description_content_type = text/markdown author = Dylan McReynolds -author_email = "dmcreynolds@lbl.gov", -url = "https://github.com/scicatproject/pyscicat" +author_email = dmcreynolds@lbl.gov +url = https://github.com/scicatproject/pyscicat license_files = LICENSE -license="BSD (3-clause)" +license=BSD (3-clause) classifiers= - "Development Status :: 2 - Pre-Alpha" - "Natural Language :: English" - "Programming Language :: Python :: 3.7" + Development Status :: 2 - Pre-Alpha + Natural Language :: English + Programming Language :: Python :: 3.7 [options]