Skip to content
Snippets Groups Projects
Commit 53d66431 authored by Cresson Remi's avatar Cresson Remi
Browse files

refac: optional "tests" renamed "validation"

parent ad54f814
No related branches found
Tags v0.0.21
No related merge requests found
Pipeline #182913 passed with warnings
......@@ -27,7 +27,7 @@ classifiers = [
packages = ["stac_extension_genmeta"]
[project.optional-dependencies]
tests = ["requests", "pystac[validation]"]
validation = ["requests", "pystac[validation]"]
[tool.setuptools.dynamic]
version = { attr = "stac_extension_genmeta.__version__" }
......
from .core import create_extension_cls
__version__ = "0.0.20"
\ No newline at end of file
__version__ = "0.0.21"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment