Skip to content

Commit dddb553

Browse files
committed
Update project metadata in pyproject.toml: correct description casing, add keyword, and update homepage URL
1 parent 4013206 commit dddb553

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
[project]
22
name = "pLAST"
33
version = "1.0.0"
4-
description="Plasmid Language Analysis and Search Tool"
4+
description="plasmid Language Analysis and Search Tool"
55
authors=[{name="Kamil Krakowski", email="k.krakowski@uw.edu.pl"},
6-
{name="Malgorzata Orlowska", email="m.orlowska19@uw.edu.pl"},
76
{name="Stanislaw Dunin-Horkawicz", email="s.dunin-horkawicz@uw.edu.pl"}]
87
readme = "README.md"
98
classifiers = [
109
"Programming Language :: Python :: 3",
1110
"License :: OSI Approved :: MIT License",
1211
"Operating System :: OS Independent",
1312
]
14-
keywords = ["plasmid", "network", "language", "word2vec", "pLAST"]
13+
keywords = ["plasmid", "network", "language", "word2vec", "pLAST", "model"]
1514
requires-python = ">=3.9.0,<=3.13"
1615
dependencies = [
1716
"gensim==4.3.3",
@@ -22,13 +21,10 @@ dependencies = [
2221
]
2322

2423
[project.urls]
25-
"Homepage"="https://lbs.cent.uw.edu.pl/"
24+
"Homepage"="https://plast.lbs.cent.uw.edu.pl/"
2625

2726
[tool.setuptools]
2827
py-modules = ["__init__"]
2928

3029
[tool.setuptools.packages]
3130
find = {}
32-
33-
[project.scripts]
34-
plast-server = "bin.run_webserver:main"

0 commit comments

Comments
 (0)