Skip to content

Commit

Permalink
Add notice for licenses of dependencies, include notice in dist
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine committed Feb 7, 2024
1 parent 6d3a8bf commit 3eaf526
Show file tree
Hide file tree
Showing 3 changed files with 700 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- v*
paths-ignore:
- LICENSE
- NOTICE
- README.md
pull_request:
branches:
- main
paths-ignore:
- LICENSE
- NOTICE
- README.md
workflow_dispatch:
ci-full:
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Text files
include LICENSE
include NOTICE
include README.md
include CONTRIBUTING.md

# Python files
graft csp
Expand Down
Loading

0 comments on commit 3eaf526

Please sign in to comment.