diff --git a/pyproject.toml b/pyproject.toml index 3f7be5f..a911246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,17 +18,21 @@ readme = "README.md" authors = [ {name = "Blosc Development Team", email = "contact@blosc.org"}, ] -description = "Grok plugin for Blosc2. jpeg2000 for grayscale." +description = "Grok (JPEG2000 codec) plugin for Blosc2." keywords = ["plugin", "blosc2"] license = {text = "GNU Affero General Public License version 3"} classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: C", "Programming Language :: C++", - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", + "Intended Audience :: Information Technology", + "Intended Audience :: Image Processing", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: Scientific/Engineering :: Image Processing", + "Topic :: System :: Archiving :: Compression", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", ] @@ -37,6 +41,15 @@ dependencies = [ "blosc2" ] +[project.optional-dependencies] +h5py-test = [ + "pytest", # to run tests +] + +[project.urls] +Homepage = "https://github.com/Blosc/blosc2_grok" +Issues = "https://github.com/Blosc/blosc2_grok/issues" + [tool.setuptools] platforms = [ "any" ] zip-safe = false diff --git a/src/grok b/src/grok index a84ac25..6a364d7 160000 --- a/src/grok +++ b/src/grok @@ -1 +1 @@ -Subproject commit a84ac2592e581405a976a00cf9e6f03cab7e2481 +Subproject commit 6a364d7d81e07a9fdbdce74f27803288158d7a49