Skip to content

Commit

Permalink
Update packaging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kinuax committed May 12, 2024
1 parent 90cc9f8 commit 53b841c
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,29 @@ description = "CLI app to manage, search, and play collections of mp3 tracks."
authors = ["Kinuax <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/kinuax/rolabesti/"
repository = "https://github.com/kinuax/rolabesti/"
documentation = "https://github.com/kinuax/rolabesti/"
keywords = ["mp3", "id3", "vlc", "mongo"]
homepage = "https://github.com/kinuax/rolabesti"
repository = "https://github.com/kinuax/rolabesti"
documentation = "https://github.com/kinuax/rolabesti"
keywords = ["audio", "sound", "music", "mp3", "player", "id3", "cli", "shell", "terminal", "typer", "click", "tinydb", "vlc"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Framework :: Pydantic",
"Framework :: Pydantic :: 2",
"Framework :: Pytest",
"Framework :: tox",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Other Audience",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Multimedia",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Sound/Audio :: Mixers",
"Topic :: Multimedia :: Sound/Audio :: Players",
"Topic :: Multimedia :: Sound/Audio :: Players :: MP3",
]
Expand Down

0 comments on commit 53b841c

Please sign in to comment.