added python 3.5 to classifiers in setup.py

This commit is contained in:
Corey Goldberg 2015-12-09 17:31:14 -05:00
parent 273461cf4c
commit 2484911191
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
]
)