From 227fef1f792e7af05c6943b52f27b000abb449c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Gonz=C3=A1lez=20Duque?= Date: Mon, 28 Oct 2024 13:55:20 +0100 Subject: [PATCH] Updates the name of the project to poli-core --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b48bbb..31f8133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools<=68"] build-backend = "setuptools.build_meta" [project] -name = "poli-base" +name = "poli-core" version = "1.0.1" description = "poli, a library of discrete objective functions" readme = "README.md" diff --git a/setup.cfg b/setup.cfg index 76dab36..e9e31dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = poli-base +name = poli-core version = "1.0.1" author = Miguel González-Duque author_email = miguel.gonzalez-duque@bio.ku.dk