Skip to content

Commit 18fcac0

Browse files
authored
Merge pull request #2 from hsorby/main
Correct Apache license specifier in pyproject.toml.
2 parents 241e010 + 3d967bf commit 18fcac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description = "Utility for stitching segmentations of networks and other feature
2222
requires-python = ">=3.7"
2323
classifiers = [
2424
"Programming Language :: Python :: 3",
25-
"License :: OSI Approved :: Apache License",
25+
"License :: OSI Approved :: Apache Software License",
2626
"Operating System :: OS Independent",
2727
]
2828
[tool.setuptools_scm]

0 commit comments

Comments
 (0)