Skip to content

Commit

Permalink
Update MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
29rou authored Mar 17, 2023
1 parent 66d08f6 commit 714bcc7
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
prune benchmark
prune project_template
prune public
prune www
prune share
prune **/include
prune docs
prune example
prune .github
prune .git
prune cmake

include setup.py
include setup.cfg
include CMakeLists.txt
include LICENSE
include README.md
include pyproject.toml
include include/CMakeLists.txt

graft openjij
graft cimod
graft tests
graft src
graft external
graft include
prune cmake
graft include/cimod

include cmake/GenerateDocs.cmake
include cmake/PythonAutoDetectOSX.cmake
Expand All @@ -35,15 +47,7 @@ global-exclude build-requirements.txt
global-exclude .gitignore
global-exclude Doxyfile
global-exclude Doxyfile.bak

prune benchmark
prune project_template
prune public
prune www
prune share
prune include
prune **/include
prune docs
prune example
prune .github
prune .git
global-exclude .coveragerc
global-exclude .gitattribute
global-exclude CODE_OF_CONDUCT.md
global-exclude doc-requirements

0 comments on commit 714bcc7

Please sign in to comment.