Skip to content

Commit

Permalink
fix: adding new dataset for fault, map in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Jul 27, 2022
1 parent f3180f3 commit b32edf3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,15 @@
),
include_dirs=[numpy.get_include()],
include_package_data=True,
package_data={"LoopStructural": ["datasets/data/*.csv", "datasets/data/*.txt"]},
package_data={
"LoopStructural": [
"datasets/data/*.csv",
"datasets/data/*.txt",
"datasets/data/fault_trace",
"datasets/data/geological_map_data/*.csv",
"datasets/data/geological_map_data/*.txt",
]
},
keywords=[
"earth sciences",
"geology",
Expand Down

0 comments on commit b32edf3

Please sign in to comment.