From 59eeac8a4e5489c659ce1c2f57c272c672d9b861 Mon Sep 17 00:00:00 2001 From: Labbeti Date: Thu, 7 Mar 2024 14:42:57 +0100 Subject: [PATCH] Mod: Update typo and classifiers in project files. --- CITATION.cff | 2 +- LICENCE | 4 ++-- README.md | 2 +- pyproject.toml | 4 ++++ src/aac_metrics/__init__.py | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 642983b..4eea078 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ title: aac-metrics message: 'If you use this software, please cite it as below.' type: software authors: - - given-names: Etienne + - given-names: Étienne family-names: Labbé email: labbeti.pub@gmail.com affiliation: IRIT diff --git a/LICENCE b/LICENCE index 64d33fe..ad47de0 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Etienne Labbé "Labbeti" +Copyright (c) 2021 Étienne Labbé "Labbeti" Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index f9722af..5346ded 100644 --- a/README.md +++ b/README.md @@ -262,4 +262,4 @@ If you use this software, please consider cite it as "Labbe, E. (2013). aac-metr ## Contact Maintainer: -- Étienne Labbé "Labbeti": labbeti.pub@gmail.com +- Etienne Labbé "Labbeti": labbeti.pub@gmail.com diff --git a/pyproject.toml b/pyproject.toml index e344ac4..955393a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,11 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Operating System :: POSIX :: Linux", + "Operating System :: MacOS", ] maintainers = [ {name = "Etienne Labbé (Labbeti)", email = "labbeti.pub@gmail.com"}, @@ -28,6 +31,7 @@ Homepage = "https://pypi.org/project/aac-metrics/" Documentation = "https://aac-metrics.readthedocs.io/" Repository = "https://github.com/Labbeti/aac-metrics.git" Changelog = "https://github.com/Labbeti/aac-metrics/blob/main/CHANGELOG.md" +Tracker = "https://github.com/Labbeti/aac-metrics/issues" [project.scripts] aac-metrics = "aac_metrics.__main__:_print_usage" diff --git a/src/aac_metrics/__init__.py b/src/aac_metrics/__init__.py index 6299465..ded7837 100644 --- a/src/aac_metrics/__init__.py +++ b/src/aac_metrics/__init__.py @@ -4,12 +4,12 @@ """Metrics for evaluating Automated Audio Captioning systems, designed for PyTorch. """ -__author__ = "Etienne Labbé (Labbeti)" +__author__ = "Étienne Labbé (Labbeti)" __author_email__ = "labbeti.pub@gmail.com" __docs__ = "Audio Captioning Metrics" __docs_url__ = "https://aac-metrics.readthedocs.io/en/stable/" __license__ = "MIT" -__maintainer__ = "Etienne Labbé (Labbeti)" +__maintainer__ = "Étienne Labbé (Labbeti)" __name__ = "aac-metrics" __status__ = "Development" __version__ = "0.5.4"