summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2014-05-27 12:49:11 -0400
committerKenneth Reitz <me@kennethreitz.com>2014-05-27 12:49:11 -0400
commit3da155ce0d8b5d5c2e149eeea6d56c47379e5f93 (patch)
treeaa3604055af2d4fb3ae1d575a1bc087a6af1bd76 /setup.py
parent9a34cf0980ba1c14ca125e2c0b70cace9d9976aa (diff)
downloadtablib-3da155ce0d8b5d5c2e149eeea6d56c47379e5f93.tar.gz
3.3, 3.4
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c728e3e..5dec0a6 100755
--- a/setup.py
+++ b/setup.py
@@ -80,6 +80,8 @@ setup(
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
),
tests_require=['pytest'],
)