From f491efb5e69048d9dcf2b3af9adb9543b873cadf Mon Sep 17 00:00:00 2001
From: Remi Planel <rplanel@pasteur.fr>
Date: Thu, 19 Dec 2019 13:21:57 +0100
Subject: [PATCH] comment licence in classifiers

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 8786ae3..2e35c2f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ classifiers = [
     "Programming Language :: Python :: 3",
     "Topic :: Scientific/Engineering :: Bio-Informatics",
     "Natural Language :: English",
-    "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
+    # "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
 ]
 readme = "README.md"
 
-- 
GitLab