Skip to content

Commit

Permalink
build: project description
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 21, 2024
1 parent 5100fd6 commit fe1755a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parentdir_prefix = "biotest-" # CHANGE
[project]
name = "biotest" # CHANGE
dynamic = ["version", "dependencies", "optional-dependencies"]
description = "Python project template" # OPTIONALLY CHANGE
description = "Compare PDB files with a reasonable tolerance" # OPTIONALLY CHANGE
authors = [
{ name = "Kiyoon Kim" }, # OPTIONALLY CHANGE
]
Expand All @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: Apache Software License",
]
keywords = ["development", "template"]
Expand Down Expand Up @@ -144,7 +145,6 @@ known-first-party = [
"bio_data_to_db",
"reduce_binary",
"apbs_binary",
"msms_binary",
"slack_helpers"
]

Expand Down

0 comments on commit fe1755a

Please sign in to comment.