Merge pull request #236 from pylast/python_requires
Require Python 2.7 or 3.4+
This commit is contained in:
commit
a9dfcc8c34
1
setup.py
1
setup.py
|
@ -27,6 +27,7 @@ setup(
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
],
|
],
|
||||||
|
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
|
||||||
keywords=["Last.fm", "music", "scrobble", "scrobbling"],
|
keywords=["Last.fm", "music", "scrobble", "scrobbling"],
|
||||||
packages=find_packages(exclude=('tests*',)),
|
packages=find_packages(exclude=('tests*',)),
|
||||||
license="Apache2"
|
license="Apache2"
|
||||||
|
|
Loading…
Reference in a new issue