Skip to content

Commit

Permalink
exclude files not needed from sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Jun 10, 2020
1 parent a550aa3 commit 156ac18
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
include LICENSE
include ext_modules/fast_funcs.pyx
include ext_modules/io_funcs.pyx
exclude CODE_OF_CONDUCT.md
exclude CONTRIBUTING.md
exclude Dockerfile
exclude pyproject.toml
exclude requirements.txt
exclude .*
exclude tests/*
exclude docs/**
exclude notebooks/*

0 comments on commit 156ac18

Please sign in to comment.