From f6a7d322fa6ec50c6c49f259f5bfcd593780f2a5 Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Wed, 23 Oct 2019 11:28:23 -0600 Subject: [PATCH] fix typo in setup.py license classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 532754d0..e31cdb0e 100644 --- a/setup.py +++ b/setup.py @@ -119,4 +119,4 @@ def description(): 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Topic :: Scientific/Engineering', - 'License :: OSI Approved :: GNU General Public License V3 (GPLV3)']) + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',