Skip to content

Commit

Permalink
Modify package build and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Jul 21, 2023
1 parent 330b41a commit f373fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -9,4 +9,4 @@ recursive-include pyrolite/data/radii *
recursive-include pyrolite/data/timescale *
recursive-include pyrolite/data/testing *
recursive-include pyrolite/data/_config *
# global-exclude __pycache__
global-exclude **/__pycache__/*
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -39,7 +39,8 @@ dependencies = [
]

[tool.setuptools.packages]
find = {}
find = { exclude = ['test*', "docs*"] } # "**/__pycache__/*"
# include = ["Aitchison/*.py"],

[tool.setuptools.dynamic]
readme = { file = "README.md" }
Expand Down

0 comments on commit f373fc7

Please sign in to comment.