Skip to content

Commit

Permalink
Mod: Update typo and classifiers in project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Mar 7, 2024
1 parent 721e55c commit 59eeac8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
affiliation: IRIT
Expand Down
4 changes: 2 additions & 2 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,4 @@ If you use this software, please consider cite it as "Labbe, E. (2013). aac-metr

## Contact
Maintainer:
- Étienne Labbé "Labbeti": [email protected]
- Etienne Labbé "Labbeti": [email protected]
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/aac_metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"""Metrics for evaluating Automated Audio Captioning systems, designed for PyTorch. """


__author__ = "Etienne Labbé (Labbeti)"
__author__ = "Étienne Labbé (Labbeti)"
__author_email__ = "[email protected]"
__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"
Expand Down

0 comments on commit 59eeac8

Please sign in to comment.