From 044115e3a0f194ca8869fc8a3e28c36d99c0d9f0 Mon Sep 17 00:00:00 2001 From: Daniel Himmelstein Date: Sun, 27 Sep 2020 09:11:39 -0400 Subject: [PATCH] remove invalid pypi classifier fixup 58da37bb3caf171963770da3ba97197ba99c8b7a --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a6141ca..e891ef6 100644 --- a/setup.py +++ b/setup.py @@ -30,14 +30,16 @@ description="Parse OBO formatted ontologies into networkx", long_description_content_type="text/markdown", long_description=long_description, - license="BSD-2-Clause Plus Patent License", + license="BSD-2-Clause-Patent", packages=["obonet"], keywords="obo ontology networkx parser network", classifiers=[ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Information Analysis", - "License :: OSI Approved :: BSD 2-Clause Plus Patent License (BSD-2-Clause-Patent)", + "License :: OSI Approved :: BSD License", + # not a valid classifier. see https://github.com/pypa/trove-classifiers/issues/17 + # "License :: OSI Approved :: BSD 2-Clause Plus Patent License (BSD-2-Clause-Patent)", "Programming Language :: Python :: 3", ], # Dependencies