diff options
| author | Val Neekman <val@neekware.com> | 2017-04-01 12:47:34 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2017-04-01 12:47:34 -0400 |
| commit | b3b38b1fec893326f86363b9821aec6604a11925 (patch) | |
| tree | 48411b2193ecbe11b4b31eff09d1a9e3886b919a /setup.py | |
| parent | cf90eeb80c0692480db8a31a159e1dfd24e1c2b8 (diff) | |
| parent | 750c737b37a7261ef551f9ab013dfb0b1b3eb29a (diff) | |
| download | python-slugify-1.2.2.tar.gz | |
add regex_pattern and support for py 3.61.2.2
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', ] |
