-
Notifications
You must be signed in to change notification settings - Fork 51
Add LICENSE to source distribution #462
Copy link
Copy link
Closed
Labels
enhancementEnhancement of an existing featureEnhancement of an existing featuregeneralSomething to do with the BaSyx Python SDK repository in generalSomething to do with the BaSyx Python SDK repository in general
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementEnhancement of an existing featureEnhancement of an existing featuregeneralSomething to do with the BaSyx Python SDK repository in generalSomething to do with the BaSyx Python SDK repository in general
Current Situation
In the current setup, the
LICENSEfile is not added to the source distribution of this SDK.Executing the job from the CI locally results in a
/distfolder containing noLICENSE. I tested this with both CMD and WSL:basyx-python-sdk/.github/workflows/release.yml
Lines 7 to 29 in bdbfdcc
Proposed Change
Add a
LICENSEto every subdirectory with apyproject.tomlthat functions as its own package, i.e.compliance_toolandsdk. Alternatively, we could adapt the CI to copy theLICENSEinto the subdirectory every time we publish a new release.