From ed75bf65481b79cf5421fdfbe7d796d7a8e4133a Mon Sep 17 00:00:00 2001 From: "Didion, John (NIH/NHGRI) [F]" Date: Wed, 2 Nov 2016 15:49:25 -0400 Subject: [PATCH] Fix license --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d7bc7f..d6406de 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = ['xphyle'], classifiers=[ 'Development Status :: 4 - Beta', - 'License :: OSI Approved :: Public Domain', + 'License :: Public Domain', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',