Skip to content

Commit

Permalink
add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Apr 30, 2024
1 parent 9d16048 commit 96d8aa9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ dependencies = [
"seekpath~=2.1",
]
readme = "README.md"
keywords = [
'jupyter',
'jupyterlab',
'widget',
'anywidget',
'osscar',
'brillouin-zone',
'reciprocal-space',
]

[project.optional-dependencies]
dev = [
"watchfiles",
"jupyterlab",
"ase",
"bumpver==2023.1129",
]
dev = ["watchfiles", "jupyterlab", "ase", "bumpver==2023.1129"]

# automatically add the dev feature to the default env (e.g., hatch shell)
[tool.hatch.envs.default]
Expand Down Expand Up @@ -52,4 +56,4 @@ push = true
"pyproject.toml" = [
'version = "{pep440_version}"',
'current_version = "{version}"',
]
]

0 comments on commit 96d8aa9

Please sign in to comment.