Skip to content

Commit

Permalink
remove invalid pypi classifier
Browse files Browse the repository at this point in the history
fixup 58da37b
  • Loading branch information
dhimmel committed Sep 27, 2020
1 parent 9809f86 commit 044115e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 044115e

Please sign in to comment.