From 04d3535ff9257961ab3beba4880b1ad15a56e5f6 Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Sat, 27 Jul 2024 12:22:58 +0200 Subject: [PATCH] Update pyproject Signed-off-by: Sylvain Leclerc --- pyproject.toml | 10 +++++++--- requirements-dev.txt | 7 ++++--- requirements.txt | 1 - 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 360840c..a9826db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,10 @@ [project] -name = "andromede" +name = "antares-timeseries-generation" version = "0.0.1" license = {text="MPL-2.0"} -dependencies = [] -dynamic = ["description"] +dependencies = [ "numpy", "pandas", "PyYAML" ] +classifiers = [ + "Development Status :: 4 - Beta", + "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" +] diff --git a/requirements-dev.txt b/requirements-dev.txt index 2ea6d5f..2d42293 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,8 @@ -pytest~=7.0.0 -mypy~=1.7.1 black~=23.7.0 isort~=5.12.0 -pytest-cov +matplotlib>=3.5.1 +mypy~=1.7.1 pandas-stubs +pytest-cov +pytest~=7.0.0 types-PyYAML diff --git a/requirements.txt b/requirements.txt index 5b7fe9e..41a18c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ numpy==1.24.4 -matplotlib>=3.5.1 pandas PyYAML