Skip to content

Commit 131643f

Browse files
committed
update pyproject
1 parent d648f37 commit 131643f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ authors = [
1313
{ name="David Clark" }
1414
]
1515
license = "BSD-3-Clause-LBNL" # [CHANGE] refactored from classifiers
16-
license-files = ["LICENSE.txt"]
16+
# license-files = ["LICENSE.txt"]
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
19-
# "License :: OSI Approved :: BSD-3-Clause-LBNL",
19+
"License :: OSI Approved :: BSD-3-Clause-LBNL",
2020
"Operating System :: OS Independent"
2121
]
2222
dynamic = ["dependencies"]

0 commit comments

Comments
 (0)