Skip to content

Commit bf96f49

Browse files
authored
setup.py: add python_requires (#57)
1 parent c401f14 commit bf96f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
packages=['upcloud_api', 'upcloud_api.cloud_manager'],
2121
download_url='https://github.com/UpCloudLtd/upcloud-python-api/archive/%s.tar.gz' % version,
2222
license='MIT',
23+
python_requires='>=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
2324
install_requires=[
2425
'requests>=2.6.0',
2526
'six>=1.9.0'

0 commit comments

Comments
 (0)