Skip to content

Commit

Permalink
Restrict distribution files (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers authored Jun 2, 2023
1 parent 8c53d39 commit a4bf51d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions MANIFEST.in
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
1 change: 0 additions & 1 deletion dascore/.gitignore

This file was deleted.

0 comments on commit a4bf51d

Please sign in to comment.