summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2017-04-01 12:47:34 -0400
committerVal Neekman <val@neekware.com>2017-04-01 12:47:34 -0400
commitb3b38b1fec893326f86363b9821aec6604a11925 (patch)
tree48411b2193ecbe11b4b31eff09d1a9e3886b919a /setup.py
parentcf90eeb80c0692480db8a31a159e1dfd24e1c2b8 (diff)
parent750c737b37a7261ef551f9ab013dfb0b1b3eb29a (diff)
downloadpython-slugify-1.2.2.tar.gz
add regex_pattern and support for py 3.61.2.2
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 068f8af..f944f42 100755
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ classifiers = [
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
]