Skip to content

Commit

Permalink
Merge branch 'main' into update_zoo_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Oct 27, 2023
2 parents c60349a + 9e0cf8d commit 60f1282
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2,311 deletions.
31 changes: 26 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ include LICENSE
include pyproject.toml
include *.md

# Include src, tests,docs and scripts directories in package
# Include src directories in package
graft src
graft tests
graft docs
graft scripts

# Include bounding boxes for shorelines and transects
recursive-include src/coastseg/bounding_boxes *.csv
Expand All @@ -20,4 +17,28 @@ recursive-exclude src/coastseg/downloaded_models *

# Remove the pycache directory and any pycache files
prune src/coastseg/__pycache__
recursive-exclude * *.py[co]
recursive-exclude * *.py[co]

# don't include the tests, docs or scripts
prune tests
prune docs
prune scripts


exclude .gitignore
exclude .gitattributes
prune .git
prune .github
exclude .editorconfig
exclude .pre-commit-config.yaml
exclude .flake8
exclude .pylintrc
exclude tox.ini

prune build
prune dist

exclude *.log
prune __pycache__


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "coastseg"
dynamic = ["readme"]
version = "1.1.2"
version = "1.1.12"
authors = [
{ name=" Sharon Fitzpatrick", email="[email protected]" },
]
Expand Down
Loading

0 comments on commit 60f1282

Please sign in to comment.