Skip to content

Commit

Permalink
Added optional dependencies for examples target
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseJVS committed Aug 28, 2024
1 parent b5cebb1 commit f74ef2d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,21 @@ description = "A heterogeneous metadata file parsing and structuring framework"
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
]

[project.urls]
"Homepage" = "https://codebase.helmholtz.cloud/metamosim/metadata_archivist.git"

[project.optional-dependencies]
examples = [
"pyyaml",
"jsonschema",
"f90nml"
]

[tool.black]
line-length = 120
target-version = ['py310']
Expand Down

0 comments on commit f74ef2d

Please sign in to comment.