summaryrefslogtreecommitdiff
path: root/src/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setup.py b/src/setup.py
index 9da7b33..e3ffd71 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -34,5 +34,7 @@ setup(# Distribution meta-data
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
]
)