diff options
| author | Myst(MysterialPy) <[email protected]> | 2020-01-25 15:13:00 +1000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-25 21:34:15 -0500 |
| commit | c2a05688d7f46d1dcbdadd5f9d153fe6759ffaff (patch) | |
| tree | 14e569216e010a3db8ed7332394d005b0edd1673 /setup.py | |
| parent | Fix fetching invites on guilds the user is not in (diff) | |
| download | discord.py-c2a05688d7f46d1dcbdadd5f9d153fe6759ffaff.tar.xz discord.py-c2a05688d7f46d1dcbdadd5f9d153fe6759ffaff.zip | |
Add Python 3.8 classifier to setup.py
Added `Programming Language :: Python :: 3.8` classifier to setup.py
since Discord.py fully supports it without error or warning.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ setup(name='discord.py', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Internet', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', |