Skip to content

Commit

Permalink
Setup: update MANIFEST.in
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Pappalardo <[email protected]>
  • Loading branch information
volcacius committed Jan 29, 2021
1 parent a8119ec commit a761ae6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# The directives below handle building a wheel or installing from a sdist
# sdist is controlled by setuptools_scm https://github.com/pypa/setuptools_scm/issues/190
prune docsrc
prune docs
prune tests
prune .github
exclude .gitignore
exclude noxfile.py
exclude pytest.ini
recursive-include src/brevitas_examples *.ini *.yaml *.md
include src/brevitas/csrc/*.cpp
recursive-include src/brevitas_examples *.ini *.yaml

0 comments on commit a761ae6

Please sign in to comment.