summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiggin15 <wiggin15@yahoo.com>2016-01-11 17:03:40 +0200
committerwiggin15 <wiggin15@yahoo.com>2016-01-11 17:03:40 +0200
commit5dae109460af3c24a20c37e2a423696025587f2e (patch)
tree5f2e1d499ec6cc5a7f4894b0585b4dc6ecf1234d
parent7cfd1818c163c30e3bd883b6cd142272c68e1f87 (diff)
downloadcroniter-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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6bd595d..9ed09e3 100644
--- a/setup.py
+++ b/setup.py
@@ -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'},