aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-12-04 06:43:04 -0500
committerRapptz <[email protected]>2015-12-04 06:43:04 -0500
commit0489fcb48106fe3fc5d5b4cb4f27221acb4e5e6c (patch)
tree78470dbc97dc020084120f0fe07e1411794c83f6 /setup.py
parentMove async_client.py to client.py (diff)
downloaddiscord.py-0489fcb48106fe3fc5d5b4cb4f27221acb4e5e6c.tar.xz
discord.py-0489fcb48106fe3fc5d5b4cb4f27221acb4e5e6c.zip
Update README and setuputils related files to point to async version.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e687b9d2..4dbf7fa6 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,6 @@ setup(name='discord.py',
'Intended Audience :: Developers',
'Natural Language :: English',
'Operating System :: OS Independent',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet',