Skip to content

Commit

Permalink
Specify what goes in sdist (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Jul 2, 2023
1 parent 2ff0b89 commit a74ee26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ __pycache__/

# Distribution / packaging
dist/
build/
yaml2ics.egg-info/

# Unit test / coverage reports
.pytest_cache/
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include CHANGELOG.md
recursive-include example *.yaml

0 comments on commit a74ee26

Please sign in to comment.