We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d648f37 commit 131643fCopy full SHA for 131643f
pyproject.toml
@@ -13,10 +13,10 @@ authors = [
13
{ name="David Clark" }
14
]
15
license = "BSD-3-Clause-LBNL" # [CHANGE] refactored from classifiers
16
-license-files = ["LICENSE.txt"]
+# license-files = ["LICENSE.txt"]
17
classifiers = [
18
"Programming Language :: Python :: 3",
19
- # "License :: OSI Approved :: BSD-3-Clause-LBNL",
+ "License :: OSI Approved :: BSD-3-Clause-LBNL",
20
"Operating System :: OS Independent"
21
22
dynamic = ["dependencies"]
0 commit comments