From 8a6360fff58337b52a00197af9a502512ee83cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Gonz=C3=A1lez-Delgado?= <jgonzalezd@laas.fr> Date: Wed, 26 Jul 2023 14:09:35 +0000 Subject: [PATCH] Update setup.cfg --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 389e486..8c3c90b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,10 @@ [metadata] -name = concha +name = wario version = 1.0.0 description = Installation package long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/gonzalez-delgado/CONCHA +url = https://gitlab.laas.fr/moma/WARIO author = Javier Gonzalez Delgado author_email = javier.gonzalez-delgado@laas.fr license = MIT @@ -42,4 +42,4 @@ include_package_data = True [options.entry_points] console_scripts = - concha-notebooks = concha.notebooks:main + wario-notebooks = wario.notebooks:main -- GitLab