summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-08-02 14:04:15 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-08-02 14:04:15 -0700
commit57cf2c942f2c43dcf14bfa508c43ae4c762e2aad (patch)
tree19ba39d2c9fe607b20823f7b687abb26bd156479
parentfaddb09c41e658a15de126da30d8ffdad2802110 (diff)
setup: change twisted framework to asyncio framework
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 99a55fcb..9c85a663 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console :: Curses',
- 'Framework :: Twisted',
+ 'Framework :: AsyncIO',
'Intended Audience :: End Users/Desktop',
(
'License :: OSI Approved'