-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c53d39
commit a4bf51d
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file controls the contents of the created distribution | ||
# https://packaging.python.org/en/latest/guides/using-manifest-in/ | ||
|
||
# by default exclude everything | ||
exclude * | ||
prune * | ||
|
||
# Then add only the needed things to distribution (including tests) | ||
include pyproject.toml | ||
include README.md | ||
include docs/LICENSE | ||
graft src | ||
graft dascore | ||
graft tests | ||
|
||
# now re-remove compiled files | ||
global-exclude __pycache__ *pyc |
This file was deleted.
Oops, something went wrong.