Fix License - PyPi Didnt Like BSD-3-Clause

This commit is contained in:
BJ Dierkes 2024-11-10 01:33:48 -06:00
parent 02aa4f25eb
commit da755b1539

View File

@ -11,7 +11,7 @@ authors=[{name = "Data Folk Labs, LLC", email= "derks@datafolklabs.com"}]
license={file="LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD-3-CLAUSE",
"License :: OSI Approved :: BSD License"
]
dynamic = ["version", "README"]