summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-02-13 19:03:12 +0100
committermathieui <mathieui@mathieui.net>2017-02-13 19:03:12 +0100
commit1cc741c0c19c814de8c5bf581c380311432c8be4 (patch)
treeb15e6ebe084d3e350119fad127f6c948b7dcf419 /setup.py
parentbaf9c34aa202602fb402e16009781599539414c8 (diff)
downloadpoezio-1cc741c0c19c814de8c5bf581c380311432c8be4.tar.gz
poezio-1cc741c0c19c814de8c5bf581c380311432c8be4.tar.bz2
poezio-1cc741c0c19c814de8c5bf581c380311432c8be4.tar.xz
poezio-1cc741c0c19c814de8c5bf581c380311432c8be4.zip
Add the python 3.6 version specifier
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index df03bcd8..d5f61180 100755
--- a/setup.py
+++ b/setup.py
@@ -86,6 +86,7 @@ setup(name="poezio",
'License :: OSI Approved :: zlib/libpng License',
'Natural Language :: English',
'Operating System :: Unix',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3 :: Only'],