Skip to content

Commit 8f939cb

Browse files
committed
udpate pyproject toml to have poetry v2 format
1 parent 8d371cd commit 8f939cb

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22
name = "somesy"
33
version = "0.7.0"
44
description = "A CLI tool for synchronizing software project metadata."
5-
authors = ["Mustafa Soylu <m.soylu@fz-juelich.de>", "Anton Pirogov <a.pirogov@fz-juelich.de>"]
6-
maintainers = ["Mustafa Soylu <m.soylu@fz-juelich.de>"]
75
license = "MIT"
8-
96
readme = "README.md"
10-
repository = "https://github.com/Materials-Data-Science-and-Informatics/somesy"
11-
homepage = "https://materials-data-science-and-informatics.github.io/somesy"
12-
documentation = "https://materials-data-science-and-informatics.github.io/somesy"
13-
147
keywords = ["metadata", "FAIR"]
158
classifiers = [
169
"Operating System :: POSIX :: Linux",
10+
"Operating System :: MacOS :: MacOS X",
11+
"Operating System :: Microsoft :: Windows",
12+
"Natural Language :: English",
1713
"Intended Audience :: Developers",
1814
"Intended Audience :: Science/Research",
1915
"Topic :: Software Development :: Libraries :: Application Frameworks",
2016
"License :: OSI Approved :: MIT License",
2117
]
2218

19+
authors = [{name = "Mustafa Soylu", email = "m.soylu@fz-juelich.de"}, {name = "Anton Pirogov", email = "a.pirogov@fz-juelich.de"}]
20+
maintainers = [{name = "Mustafa Soylu", email = "m.soylu@fz-juelich.de"}]
21+
[project.urls]
22+
homepage = "https://materials-data-science-and-informatics.github.io/somesy"
23+
repository = "https://github.com/Materials-Data-Science-and-Informatics/somesy"
24+
documentation = "https://materials-data-science-and-informatics.github.io/somesy"
25+
2326
[tool.poetry]
2427
# the Python packages that will be included in a built distribution:
2528
packages = [{include = "somesy", from = "src"}]

0 commit comments

Comments
 (0)