Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ requires-python = '>=3.10,<4.0'

description = "Application to run SimPEG inversions with geoh5 files from Geoscience Analyst."
license = "MIT"
license-files = [
"LICENSE",
"docs/THIRD_PARTY_SOFTWARE.rst",
]
keywords = [
"direct current resistivity",
"earth science",
Expand Down Expand Up @@ -65,12 +69,7 @@ packages = [
]

include = [
{ path = "COPYING" },
{ path = "COPYING.LESSER" },
{ path = "LICENSE" },
{ path = "README.rst" },
{ path = "THIRD_PARTY_SOFTWARE.rst" },
{ path = "docs/**/THIRD_PARTY_SOFTWARE.rst" },
{ path = "simpeg_drivers/_version.py", format = ["sdist", "wheel"] },
]
version = "0.0.0.dev0"

Expand Down
4 changes: 3 additions & 1 deletion recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ tests:

about:
license: MIT
license_file: LICENSE
license_file:
- LICENSE
- docs/THIRD_PARTY_SOFTWARE.rst
homepage: https://www.mirageoscience.com/mining-industry-software/python-integration/
repository: https://github.com/MiraGeoscience/simpeg-drivers
documentation: https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/
Expand Down