diff options
| author | Val Neekman <val@neekware.com> | 2016-08-26 11:58:56 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2016-08-26 11:58:56 -0400 |
| commit | 6472f8fae4088f323a69ef5086f0f97268be88f8 (patch) | |
| tree | eb61dadaf4a7c91efcfe6463851efd7e46424bb9 /setup.py | |
| parent | 66146885159df3cf24e9ebe32aa288b9900ea052 (diff) | |
| download | python-slugify-1.2.1.tar.gz | |
add py3.5 support, add manifest.in file, add more tests1.2.1
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,12 +14,12 @@ description = 'A Python Slugify application that handles Unicode' url = 'https://github.com/un33k/python-slugify' author = 'Val Neekman' author_email = 'info@neekware.com' -license = 'BSD' +license = 'MIT' install_requires = ['Unidecode>=0.04.16'] classifiers = [ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: MIT License', 'Operating System :: POSIX', 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', @@ -28,6 +28,7 @@ classifiers = [ 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ] |
