diff --git a/pyproject.toml b/pyproject.toml
index 35a1f21344fbc9454afdedd6d9a6aa1a3ee40883..b4e13ea753a9c38dfa578a10420cf7cd98f89936 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "dns-unbound-cache-reader"
-version = "0.2.0"
+version = "0.3.0"
 description = "Read DNS cache from unbound"
 readme = "README.md"
 requires-python = ">=3.8"
-license = {file = "LICENSE"}
+license = "GPL-3.0-or-later"
 keywords = ["network", "dns", "unbound"]
 authors = [
   {name = "François De Keersmaeker", email = "francois.dekeersmaeker@uclouvain.be" }
@@ -29,7 +29,7 @@ classifiers = [
   "Development Status :: 3 - Alpha",
 
   # Pick your license as you wish
-  "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
+  #"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
 
   # Specify the Python versions you support here. In particular, ensure
   # that you indicate you support Python 3. These classifiers are *not*
@@ -45,7 +45,6 @@ classifiers = [
   "Operating System :: OS Independent"
 ]
 
-# TODO: update dependencies
 dependencies = [
     "fabric"
 ]