From 91390ce7c18f52048b2df0d1b2c9f3d4a8ab83cc Mon Sep 17 00:00:00 2001
From: Remi Planel <rplanel@pasteur.fr>
Date: Thu, 19 Dec 2019 13:34:31 +0100
Subject: [PATCH] Fix type license

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 2e35c2f..8c203e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool.poetry]
 name = "crisprbact"
 version = "0.1.0"
-licence = "GPL-3.0"
+license = "GPL-3.0"
 description = "Tools to design and analyse CRISPRi experiments"
 authors = ["David Bikard <david.bikard@pasteur.fr>", "Remi Planel <rplanel@pasteur.fr>"]
 keywords = ["CRISPR", "genomics", "bacteria", "CRISPRi", "screen"]
@@ -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