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 1ca475b commit 3925f9c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ build-backend = "hatchling.build"

[project]
name = "widget-periodictable"
description = 'A jupyter widget of the periodic table of elements.'
version = "4.1.0"
dependencies = ["anywidget>=0.9.10"]
dependencies = ["anywidget~=0.9.10"]
authors = [{ name = "The OSSCAR team" }]
readme = "README.md"
keywords = [
'jupyter',
Expand All @@ -15,6 +17,20 @@ keywords = [
'osscar',
'mendeleev',
]
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-periodictable'

[project.optional-dependencies]
dev = ["watchfiles", "jupyterlab", "bumpver>=2023"]
Expand Down

0 comments on commit 3925f9c

Please sign in to comment.