diff options
| author | Cody Logan <cody@lokken.dev> | 2023-10-30 16:31:47 -0700 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-10-30 16:31:47 -0700 |
| commit | 9e4bcc672ed23d56c17ce05726a2c79fa2667abd (patch) | |
| tree | c4df18ecb6caffe19f36885682f4ae391755c628 | |
| parent | 364db9bb0f57ce0cfc65a8968be364c564146024 (diff) | |
| download | wikiget-9e4bcc672ed23d56c17ce05726a2c79fa2667abd.tar.gz wikiget-9e4bcc672ed23d56c17ce05726a2c79fa2667abd.zip | |
Update project metadata
| -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", |
