Skip to content

Commit

Permalink
Updating python version
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Dec 12, 2024
1 parent fd5d460 commit d984a09
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
setup.py
~~~~~~~~
iiify IIIF2 web server
iiify IIIF web server
:copyright: (c) 2015 by mek.
:license: see LICENSE for more details.
Expand Down Expand Up @@ -37,16 +37,15 @@ def find_version(*file_paths):
setup(
name='iiify',
version=find_version("iiify", "__init__.py"),
description='An implementation of the IIIF Image API 2.0 Specification ',
description='An implementation of the IIIF Image API 2 and 3 Specification ',
long_description=read('README.md'),
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.12",
"Topic :: Internet :: WWW/HTTP",
],
author='mek',
Expand Down

0 comments on commit d984a09

Please sign in to comment.