mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Add project_urls and improve our use of classifiers (#4006)
This commit is contained in:
parent
b49b53934d
commit
a96e814af4
12
setup.cfg
12
setup.cfg
@ -8,19 +8,25 @@ long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
author = Cog-Creators
|
||||
author_email = cogcreators@gmail.com
|
||||
url = https://github.com/Cog-Creators/Red-DiscordBot
|
||||
project_urls =
|
||||
Discord Server = https://discord.gg/red
|
||||
Documentation = https://docs.discord.red
|
||||
Donate on Patreon = https://www.patreon.com/Red_Devs
|
||||
Issue Tracker = https://github.com/Cog-Creators/Red-DiscordBot/issues
|
||||
Source Code = https://github.com/Cog-Creators/Red-DiscordBot
|
||||
classifiers =
|
||||
# List at https://pypi.org/pypi?%3Aaction=list_classifiers
|
||||
Development Status :: 5 - Production/Stable
|
||||
Framework :: AsyncIO
|
||||
Framework :: Pytest
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: End Users/Desktop
|
||||
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
||||
Natural Language :: English
|
||||
Operating System :: OS Independent
|
||||
Operating System :: MacOS :: MacOS X
|
||||
Operating System :: Microsoft :: Windows
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python :: 3.8
|
||||
Topic :: Communications :: Chat
|
||||
Topic :: Documentation :: Sphinx
|
||||
|
||||
[options]
|
||||
packages = find_namespace:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user