Skip to content

Commit 7ad1791

Browse files
committed
Fixing setup.py so tests build
1 parent e0c70ae commit 7ad1791

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ def run(self):
2828
name='iiif-presentation-validator',
2929
version='0.0.3',
3030
scripts=['iiif-presentation-validator.py'],
31+
packages=['schema'],
3132
classifiers=["Development Status :: 4 - Beta",
3233
"Intended Audience :: Developers",
3334
"Operating System :: OS Independent",
3435
"Programming Language :: Python",
35-
"Programming Language :: Python :: 3.7",
3636
"Programming Language :: Python :: 3.8",
3737
"Programming Language :: Python :: 3.9",
38+
"Programming Language :: Python :: 3.10",
39+
"Programming Language :: Python :: 3.11",
3840
"Topic :: Internet :: WWW/HTTP",
3941
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
4042
"Topic :: Software Development :: "

0 commit comments

Comments
 (0)