We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018ff8a commit 8544131Copy full SHA for 8544131
1 file changed
setup.py
@@ -47,9 +47,11 @@ def run(self):
47
'Programming Language :: Python :: 2',
48
'Programming Language :: Python :: 2.7',
49
'Programming Language :: Python :: 3',
50
+ 'Programming Language :: Python :: 3.5',
51
'Programming Language :: Python :: 3.6',
52
'Programming Language :: Python :: 3.7',
53
'Programming Language :: Python :: 3.8',
54
+ 'Programming Language :: Python :: 3.9',
55
],
56
description='Client library for the Frame.io API',
57
long_description=long_description,
0 commit comments