Skip to content
Extraits de code Groupes Projets
Valider 5a7cac9c rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

Meta: bumped package version

parent 51eb35b0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #105042 en échec
...@@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta" ...@@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "dns-unbound-cache-reader" name = "dns-unbound-cache-reader"
version = "0.2.0" version = "0.3.0"
description = "Read DNS cache from unbound" description = "Read DNS cache from unbound"
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
license = {file = "LICENSE"} license = "GPL-3.0-or-later"
keywords = ["network", "dns", "unbound"] keywords = ["network", "dns", "unbound"]
authors = [ authors = [
{name = "François De Keersmaeker", email = "francois.dekeersmaeker@uclouvain.be" } {name = "François De Keersmaeker", email = "francois.dekeersmaeker@uclouvain.be" }
...@@ -29,7 +29,7 @@ classifiers = [ ...@@ -29,7 +29,7 @@ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
# Pick your license as you wish # 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 # Specify the Python versions you support here. In particular, ensure
# that you indicate you support Python 3. These classifiers are *not* # that you indicate you support Python 3. These classifiers are *not*
...@@ -45,7 +45,6 @@ classifiers = [ ...@@ -45,7 +45,6 @@ classifiers = [
"Operating System :: OS Independent" "Operating System :: OS Independent"
] ]
# TODO: update dependencies
dependencies = [ dependencies = [
"fabric" "fabric"
] ]
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter