We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c70ae commit 7ad1791Copy full SHA for 7ad1791
setup.py
@@ -28,13 +28,15 @@ def run(self):
28
name='iiif-presentation-validator',
29
version='0.0.3',
30
scripts=['iiif-presentation-validator.py'],
31
+ packages=['schema'],
32
classifiers=["Development Status :: 4 - Beta",
33
"Intended Audience :: Developers",
34
"Operating System :: OS Independent",
35
"Programming Language :: Python",
- "Programming Language :: Python :: 3.7",
36
"Programming Language :: Python :: 3.8",
37
"Programming Language :: Python :: 3.9",
38
+ "Programming Language :: Python :: 3.10",
39
+ "Programming Language :: Python :: 3.11",
40
"Topic :: Internet :: WWW/HTTP",
41
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
42
"Topic :: Software Development :: "
0 commit comments