diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-01-03 11:49:28 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-01-03 11:49:28 -0800 |
| commit | 71516a1fc095dcbddfefb1482168246a73098e89 (patch) | |
| tree | 7c06c738d3fd70cf6b34c0b894fdb94a51e6e378 /setup.py | |
| parent | 80de3d14325a15bf30f1d6863d996a4dd0d87e0f (diff) | |
| download | wikiget-71516a1fc095dcbddfefb1482168246a73098e89.tar.gz wikiget-71516a1fc095dcbddfefb1482168246a73098e89.zip | |
Update README and PyPI identifiers
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -39,7 +39,7 @@ setup( long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/clpo13/wikiget', - keywords='download mediawiki wikimedia wikipedia', + keywords='commons download mediawiki wikimedia wikipedia', packages=find_packages(), classifiers=[ 'Development Status :: 4 - Beta', @@ -48,11 +48,19 @@ setup( 'License :: OSI Approved :: GNU General Public License v3 or later ' '(GPLv3+)', 'Operating System :: OS Independent', + 'Programming Language :: Python', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Topic :: Internet', + 'Topic :: Internet :: WWW/HTTP', + 'Topic :: Multimedia', + 'Topic :: Multimedia :: Graphics', + 'Topic :: Multimedia :: Sound/Audio', + 'Topic :: Multimedia :: Video', 'Topic :: Utilities', ], python_requires='>=3.5', |
