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 b6a9b21 commit 72abfad
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ build-backend = "hatchling.build"
[project]
name = "widget-bandsplot"
version = "0.7.0"
dependencies = [
"anywidget~=0.9.10"
]
dependencies = ["anywidget~=0.9.10"]
readme = "README.md"
keywords = [
'jupyter',
'jupyterlab',
'widget',
'anywidget',
'osscar',
'electronic-structure',
'phonons',
]

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

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

0 comments on commit 72abfad

Please sign in to comment.