Skip to content

Commit

Permalink
update pyproject.toml metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed May 21, 2024
1 parent 6e575f3 commit 8b79e55
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.0"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down
18 changes: 17 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ build-backend = "hatchling.build"

[project]
name = "widget-bzvisualizer"
description = 'A Jupyter widget to show the Brillouin zone of periodic crystals.'
version = "0.2.5"
dependencies = [
"anywidget~=0.9.10",
"numpy~=1.21",
"scipy~=1.10",
"seekpath~=2.1",
]
authors = [{ name = "The OSSCAR team" }]
readme = "README.md"
keywords = [
'jupyter',
Expand All @@ -21,9 +23,23 @@ keywords = [
'brillouin-zone',
'reciprocal-space',
]
classifiers = [
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering',
]
license = { file = 'LICENSE.txt' }
requires-python = '>=3.9'

[project.urls]
Home = 'https://www.osscar.org/'
Source = 'https://github.com/osscar-org/widget-bzvisualizer'

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

# automatically add the dev feature to the default env (e.g., hatch shell)
[tool.hatch.envs.default]
Expand Down

0 comments on commit 8b79e55

Please sign in to comment.