summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-10-14 22:56:47 -0500
committerMichael Merickel <michael@merickel.org>2015-10-14 22:56:47 -0500
commit90cda8d937f40e83760683271622868b211eb819 (patch)
treef1b6571bd4608989e362dc384d901035fa95e8b0 /setup.py
parent3ea5f7dceb79662cdcf94877fe73ac57f53c9c17 (diff)
downloadpyramid-90cda8d937f40e83760683271622868b211eb819.tar.gz
pyramid-90cda8d937f40e83760683271622868b211eb819.tar.bz2
pyramid-90cda8d937f40e83760683271622868b211eb819.zip
broadcast py35 support
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index bb71880b5..2a4271138 100644
--- a/setup.py
+++ b/setup.py
@@ -83,6 +83,7 @@ setup(name='pyramid',
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Pyramid",