Skip to content

Commit

Permalink
include CMakeLists.txt in sdist (#4101)
Browse files Browse the repository at this point in the history
* removed CMakeLists.txt from `exclude` in Manifest.in

---------

Co-authored-by: Agriya Khetarpal <[email protected]>
  • Loading branch information
cringeyburger and agriyakhetarpal authored May 18, 2024
1 parent becb1a4 commit 0237b11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ graft pybamm
include CITATION.cff
prune tests

exclude CHANGELOG.md CODE-OF-CONDUCT.md CONTRIBUTING.md CMakeLists.txt all_contributors.md
exclude CHANGELOG.md CODE-OF-CONDUCT.md CONTRIBUTING.md all_contributors.md
include CMakeLists.txt

global-exclude __pycache__ *.py[cod] .venv

0 comments on commit 0237b11

Please sign in to comment.