Skip to content

Commit

Permalink
Update metadata for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Dec 13, 2023
1 parent 733c0ad commit 56ff653
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,21 @@ readme = "README.md"
authors = [
{name = "Blosc Development Team", email = "[email protected]"},
]
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",
]
Expand All @@ -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
Expand Down

0 comments on commit 56ff653

Please sign in to comment.