Skip to content

Commit 0a99ca5

Browse files
committed
added MANIFEST for nuk.dat file
1 parent 0e8f5b2 commit 0a99ca5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include pyobs/qft/finite_volume/nuk.dat

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def run(self):
6464
url="https://github.com/mbruno46/pyobs.git",
6565
packages=['pyobs', 'pyobs/core', 'pyobs/tensor', 'pyobs/optimize',
6666
'pyobs/qft', 'pyobs/qft/finite_volume', 'pyobs/misc', 'pyobs/IO'],
67+
include_package_data=True,
6768
classifiers=[
6869
"Programming Language :: Python :: 3",
6970
"License :: OSI Approved :: GNU GPLv2",

0 commit comments

Comments
 (0)