diff options
author | wiggin15 <wiggin15@yahoo.com> | 2016-01-11 17:03:40 +0200 |
---|---|---|
committer | wiggin15 <wiggin15@yahoo.com> | 2016-01-11 17:03:40 +0200 |
commit | 5dae109460af3c24a20c37e2a423696025587f2e (patch) | |
tree | 5f2e1d499ec6cc5a7f4894b0585b4dc6ecf1234d | |
parent | 7cfd1818c163c30e3bd883b6cd142272c68e1f87 (diff) | |
download | croniter-5dae109460af3c24a20c37e2a423696025587f2e.tar.gz |
Update setup.py classifiers
The changelog suggests croniter supports Python 3.
The classifiers are used by PyPI to recognize Python 3 compatible packages (also by caniusepython3.com and developers).
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ setup( "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules"], packages=find_packages('src'), package_dir={'': 'src'}, |