IntelligenceX/SDK

No [FOSS] License File

Opened this issue · 0 comments

The Python Package should have a OSI Approved License and associated LICENSE file.

As documented within 989c0a8, the following is an example of what is to be inserted into pyproject.toml

license = { file="LICENSE" }
...
classifiers = [
"License :: OSI Approved :: FOSS License",
]