Skip to content

Commit

Permalink
Merge pull request #987 from khardix/pr/improve-source-distribution
Browse files Browse the repository at this point in the history
Improve source distribution
  • Loading branch information
carmenbianca authored May 28, 2024
2 parents 4a17cf0 + a14ef5f commit ca82db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ CLI command and its behaviour. There are no guarantees of stability for the
- Repaired the behaviour of `reuse download` where being inside of a LICENSES/
directory should not create a deeper LICENSES/LICENSES/ directory. (#975)
- Support annotating a file that contains only a shebang. (#965)
- Add `CONTRIBUTING.md` to the sdist. (#987)

### Security

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ include = [
{ path = "AUTHORS.rst", format = "sdist" },
{ path = "README.md", format = "sdist" },
{ path = "CHANGELOG.md", format = "sdist" },
{ path = "CONTRIBUTING.md", format = "sdist" },
{ path = ".reuse", format = "sdist" },
{ path = "REUSE.toml", format = "sdist" },
{ path = "LICENSES", format = "sdist" },
Expand Down

0 comments on commit ca82db2

Please sign in to comment.