Skip to content

Commit

Permalink
Merge pull request #8 from nicogodet/patch-1
Browse files Browse the repository at this point in the history
Include missing files from package
  • Loading branch information
lucduron authored Feb 23, 2024
2 parents b751fcf + ccedafe commit 843309c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include tatooinemesher/data/*.xml
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
author="Luc Duron",
author_email="[email protected]",
packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES),
include_package_data=True, # see data files in `MANIFEST.in`
scripts=cli_files,
install_requires=requirements,
description="Channel mesher and interpolator from 1D cross-sections and constraint lines",
Expand Down
Empty file.

0 comments on commit 843309c

Please sign in to comment.