IntelligenceX / SDK

Public SDK for Intelligence X
https://intelx.io
405 stars 93 forks source link

No [FOSS] License File #537

Open cmlh opened 8 months ago

cmlh commented 8 months ago

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

As documented within https://github.com/IntelligenceX/SDK/commit/989c0a89a9f15f23909a69485ff5487d739d513e, the following is an example of what is to be inserted into pyproject.toml

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