We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876b81d commit af14fd8Copy full SHA for af14fd8
1 file changed
setup.py
@@ -52,6 +52,7 @@ def get_version():
52
'Programming Language :: Python :: 3.3',
53
'Programming Language :: Python :: 3.4',
54
'Programming Language :: Python :: 3.5',
55
+ 'Programming Language :: Python :: 3.6',
56
],
57
keywords='textile,text,html markup',
58
install_requires=['six',],
@@ -66,4 +67,3 @@ def get_version():
66
67
include_package_data=True,
68
zip_safe=False,
69
)
-
0 commit comments