Add Python 3.5 and 3.6 (#188)

This commit is contained in:
Hugo 2017-01-02 21:07:21 +01:00 committed by GitHub
parent 852d575415
commit b410ae8b8d
3 changed files with 32 additions and 14 deletions

View file

@ -28,6 +28,8 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
],
keywords=["Last.fm", "music", "scrobble", "scrobbling"],
packages=find_packages(exclude=('tests*',)),