Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adosar committed Oct 2, 2024
1 parent 1948dd1 commit 9a1ed51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authors = [
]
license = {text = "GPL-3.0-only"}

description = "Python package for processing molecular point clouds."
description = "Python package for deep learning on molecular point clouds."
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand All @@ -44,6 +44,7 @@ dependencies = [
[project.urls]
Homepage = "https://github.com/adosar/aidsorb"
Issues = "https://github.com/adosar/aidsorb/issues"
Documentation = "https://aidsorb.readthedocs.io/en/stable/"

[project.scripts]
aidsorb = "aidsorb._cli:aidsorb_fire"
Expand Down

0 comments on commit 9a1ed51

Please sign in to comment.