Skip to content

Commit

Permalink
More metadata in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Jun 13, 2024
1 parent 48a9ad9 commit 361a790
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



Vesin is a C library that computes neighbor list for atomistic system, and tries
Vesin is a C library that computes neighbor lists for atomistic system, and tries
to be fast and easy to use. We also provide a Python package to call the C
library.

Expand Down
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
name = "vesin"
dynamic = ["version"]
requires-python = ">=3.8"
authors = [
{name = "Guillaume Fraux", email = "[email protected]"},
]

dependencies = [
"numpy"
]

# readme = "README.md"
readme = "README.md"
license = {text = "BSD-3-Clause"}
# description = "TODO"
description = "A library to computes neighbor lists for atomistic system"

# keywords = []
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand All @@ -30,10 +32,9 @@ classifiers = [
]

[project.urls]
# homepage = "TODO"
# documentation = "TODO"
# repository = "TODO"
# changelog = "TODO"
homepage = "https://github.com/Luthaf/vesin/"
documentation = "https://luthaf.fr/vesin/"
repository = "https://github.com/Luthaf/vesin/"

### ======================================================================== ###

Expand Down

0 comments on commit 361a790

Please sign in to comment.