From f8dc1ab7928ee1996caded9d1ce1d235200ea70a Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Mon, 6 Mar 2017 16:07:22 -0800 Subject: Add python3.6 support to pypi metadata --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 95cda28..745d579 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ setup( "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", ] -- cgit v1.2.1