Claim Python 3.6 support

This commit is contained in:
Alessio Sergi
2017-01-21 19:49:49 +01:00
parent 8dbda4d266
commit 4b9729fc10

View File

@@ -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'
]
)