We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1deadbc + 32e93e4 commit ae1b8e6Copy full SHA for ae1b8e6
2 files changed
README.md
@@ -1,5 +1,9 @@
1
# python-frameio-client
2
3
+[](https://badge.fury.io/py/frameioclient)
4
+[](https://pypi.python.org/pypi/frameioclient/)
5
+
6
7
<img width="1644" alt="artboard_small" src="https://user-images.githubusercontent.com/19295862/66240171-ba8dd280-e6b0-11e9-9ccf-573a4fc5961f.png">
8
9
# Frame.io
setup.py
@@ -5,6 +5,7 @@
setuptools.setup(
name='frameioclient',
+ python_requires='>=2.6, !=3.8.*, <4',
version='0.6.0',
10
description='Client library for the Frame.io API',
11
long_description=long_description,
0 commit comments