summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2017-01-21 19:49:49 +0100
committerAlessio Sergi <al3hex@gmail.com>2017-01-21 19:49:49 +0100
commit4b9729fc109b72a67e713433ce82c15134d47e65 (patch)
tree2d0f2ef88e60bd96dcf255422861b64c84ff88c2 /setup.py
parent8dbda4d266a6af828c03d733bd9c13bfdab1761a (diff)
Claim Python 3.6 support
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 e543eaf0..2f7117a0 100755
--- a/setup.py
+++ b/setup.py
@@ -116,6 +116,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: System :: Monitoring'
]
)