Add Python 3.5 and 3.6 (#188)
This commit is contained in:
parent
852d575415
commit
b410ae8b8d
3 changed files with 32 additions and 14 deletions
2
setup.py
2
setup.py
|
@ -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*',)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue