Skip to content

Commit 3ca61f2

Browse files
committed
refactor(poetry): 📝 reformat
This reverts commit 011aafc.
1 parent 2d05475 commit 3ca61f2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pyproject.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ repository = "https://github.com/crs4/rocrate-validator"
1414
homepage = "https://github.com/crs4/rocrate-validator"
1515
documentation = "https://github.com/crs4/rocrate-validator"
1616
# Keywords and classifiers
17-
keywords = ["RO-Crate", "validation", "metadata", "research object", "data management", "scientific data", "Python"]
17+
keywords = [
18+
"RO-Crate",
19+
"validation",
20+
"metadata",
21+
"research object",
22+
"data management",
23+
"scientific data",
24+
"Python"
25+
]
1826
classifiers = [
1927
"Development Status :: 4 - Beta",
2028
"Natural Language :: English",
@@ -46,7 +54,7 @@ include = [
4654
{ path = "LICENSE", format = [
4755
"sdist",
4856
"wheel",
49-
] },
57+
] }
5058
]
5159

5260
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)