Skip to content

Commit

Permalink
Update project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed Mar 16, 2024
1 parent ce68214 commit 316b767
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ docs/build/*
github/*
dist/*
.DS_Store
examples/data
/build-*
venv-build
.Rhistory
Expand All @@ -22,19 +21,14 @@ Makefile
*.mesh
MANIFEST
*mesher.egg*
*.shp
*.shx
*.prj
*.geojson
*.dbf
*.pyc
*.neigh
*.node
*.ele
*.poly
*.ipynb
*.vtu
*.tif
*.xml
*.ovr
*.tfw
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ Build requirements
$ pip install mesher
```

### Examples

Extract `examples/data.zip` to `examples/data` run examples




Binary file removed examples.zip
Binary file not shown.
Binary file removed examples/data.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
python setup.py sdist
python -m build
rm -f dist/*.whl # we don't want to upload these
twine upload dist/*
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dependencies = [
[project.urls]
Homepage = "https://github.com/Chrismarsh/mesher"

[tool.scikit-build]
sdist.exclude = ["examples", "docs", "_config.yml", "v2-testing"]

[project.scripts]
mesher = "mesher:main"
Expand Down

0 comments on commit 316b767

Please sign in to comment.