浏览代码

[setup] Add python 3.6 classifier

Sergey M․ 8 年之前
父节点
当前提交
139d8ac106
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -130,6 +130,7 @@ setup(
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
     ],
     ],
 
 
     cmdclass={'build_lazy_extractors': build_lazy_extractors},
     cmdclass={'build_lazy_extractors': build_lazy_extractors},