diff options
author | mathieui <mathieui@mathieui.net> | 2017-02-13 19:03:12 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-02-13 19:03:12 +0100 |
commit | 1cc741c0c19c814de8c5bf581c380311432c8be4 (patch) | |
tree | b15e6ebe084d3e350119fad127f6c948b7dcf419 | |
parent | baf9c34aa202602fb402e16009781599539414c8 (diff) | |
download | poezio-1cc741c0c19c814de8c5bf581c380311432c8be4.tar.gz poezio-1cc741c0c19c814de8c5bf581c380311432c8be4.tar.bz2 poezio-1cc741c0c19c814de8c5bf581c380311432c8be4.tar.xz poezio-1cc741c0c19c814de8c5bf581c380311432c8be4.zip |
Add the python 3.6 version specifier
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'], |