Skip to content

Commit

Permalink
Add MANIFEST.in file & fix README.md (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Nov 15, 2023
1 parent 9cd224d commit b5e69fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
exclude .*
prune .*
prune documentation
prune examples
prune paper
prune tests
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ optional-dependencies = {dev = [
], readme = [
"pytest-codeblocks",
]}
readme = "README.md"
readme = {content-type = "text/markdown", file = "README.md"}
requires-python = ">=3.10"
scripts = {mesh = """
sleplet._scripts.plotting_on_mesh:main
Expand Down

0 comments on commit b5e69fe

Please sign in to comment.