Skip to content

Commit 0e8f5b2

Browse files
committedMar 24, 2022
added finite_volume to setup packages
1 parent 179ca03 commit 0e8f5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def run(self):
6262
long_description=long_description,
6363
long_description_content_type="text/markdown",
6464
url="https://github.com/mbruno46/pyobs.git",
65-
packages=['pyobs', 'pyobs/core', 'pyobs/tensor','pyobs/optimize',
66-
'pyobs/qft','pyobs/misc','pyobs/IO'],
65+
packages=['pyobs', 'pyobs/core', 'pyobs/tensor', 'pyobs/optimize',
66+
'pyobs/qft', 'pyobs/qft/finite_volume', 'pyobs/misc', 'pyobs/IO'],
6767
classifiers=[
6868
"Programming Language :: Python :: 3",
6969
"License :: OSI Approved :: GNU GPLv2",

0 commit comments

Comments
 (0)
Please sign in to comment.