diff options
| -rw-r--r-- | pyproject.toml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 11fcaad..edb5b5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = "CLI tool for downloading files from MediaWiki sites" readme = "README.md" authors = [ - {name = "Cody Logan", email = "clpo13@gmail.com"} + {name = "Cody Logan", email = "cody@lokken.dev"} ] requires-python = ">=3.7" license = {text = "GPL-3.0-or-later"} @@ -17,13 +17,11 @@ classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", + "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", - "Topic :: Multimedia", - "Topic :: Multimedia :: Graphics", - "Topic :: Multimedia :: Sound/Audio", - "Topic :: Multimedia :: Video", + "Topic :: System :: Networking", "Topic :: Utilities", "Programming Language :: Python", "Programming Language :: Python :: 3", |
