summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2016-08-15 22:19:37 +0200
committerGitHub <noreply@github.com>2016-08-15 22:19:37 +0200
commit635149373bb8661090bda9ee5c9325babe368755 (patch)
treeed2f497b402856928c5d7e0a3e6f6124cfbfb7ef
parent500282ea572423c08e70c823979d2fd2562ac5a7 (diff)
parent5dae109460af3c24a20c37e2a423696025587f2e (diff)
downloadcroniter-635149373bb8661090bda9ee5c9325babe368755.tar.gz
Merge pull request #8 from wiggin15/patch-1
Update setup.py classifiers
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4eddfc5..b3cd621 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'},