Add python3.6 support to pypi metadata

This commit is contained in:
Dana Powers 2017-03-06 16:07:22 -08:00
parent ebb6c3bd85
commit f8dc1ab792
1 changed files with 1 additions and 0 deletions

View File

@ -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",
]