From e78093a868159ce3d587367387d0f3a499624b8b Mon Sep 17 00:00:00 2001 From: belthlemar Date: Fri, 2 Aug 2024 09:49:39 +0200 Subject: [PATCH] add project description for PyPI --- CHANGELOG.md | 5 +++++ pyproject.toml | 4 +++- sonar-project.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 266e99e..7d94c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +v0.1.1 (2023-08-02) +------------------- + +* Add project description to publish on PyPi. + v0.1.0 (2023-08-02) ------------------- diff --git a/pyproject.toml b/pyproject.toml index bbdc21f..a97d5ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,9 @@ [project] name = "antares-timeseries-generation" -version = "0.1.0" +version = "0.1.1" license = {text="MPL-2.0"} +description = 'Timeseries generation library aiming at creating input data for Antares simulator studies.' +readme = "README.md" dependencies = [ "numpy", "pandas", "PyYAML" ] classifiers = [ "Development Status :: 4 - Beta", diff --git a/sonar-project.properties b/sonar-project.properties index 0261120..3ceb2a7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ -sonar.projectVersion=0.1.0 +sonar.projectVersion=0.1.1 sonar.organization=antaressimulatorteam sonar.projectKey=AntaresSimulatorTeam_antares-timeseries-generation sonar.sources=src