Skip to content

Commit

Permalink
Merge pull request #4 from francesco-ballarin/find_packages
Browse files Browse the repository at this point in the history
Add ngsPETSc.utils to the list of packages in setup.py
  • Loading branch information
UZerbinati authored Oct 13, 2023
2 parents 929d154 + cf84313 commit 6641c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
packages=['ngsPETSc'],
packages=["ngsPETSc", "ngsPETSc.utils"],
python_requires = ">=3.10",
install_requires=install_requires

Expand Down

0 comments on commit 6641c1a

Please sign in to comment.