Skip to content

Commit

Permalink
Update MANIFEST.in to distribute examples and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingjian Wen committed Aug 17, 2019
1 parent 7092dbb commit 1931ac4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
recursive-include kimpy *.hpp
recursive-include kimpy *.h
recursive-include kimpy *.hpp *.h
recursive-include tests *.py
recursive-include scripts *.py *-template
recursive-include examples *.py
recursive-include utils *.py
include README.md
include api_compatibility.txt
include api_compatibility.py

0 comments on commit 1931ac4

Please sign in to comment.