Skip to content

Commit

Permalink
Merge pull request #7 from ToFuProject/Issue003_TestData
Browse files Browse the repository at this point in the history
Issue003 test data
  • Loading branch information
dvezinet authored Jul 16, 2024
2 parents bbb9244 + 3b3bff9 commit 5ccf41b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# all files to be included

include MANIFEST.in
include LICENSE.txt
include pyproject.toml
include _updateversion.py
recursive-include spectrally/tests/input *
recursive-include spectrally/ *.csv
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
# 'ITER': ['*.csv'],
# },
package_data={
'spectrally.tests.test_data': ['.npz'],
'spectrally.tests.input': ['.npz', '.npy', '.json', '.hist'],
'spectrally': ['.csv'],
},
include_package_data=True,

Expand All @@ -177,4 +178,4 @@
# include_dirs=[np.get_include()],

py_modules=['_updateversion'],
)
)
Empty file.

0 comments on commit 5ccf41b

Please sign in to comment.