Skip to content

Commit

Permalink
Merge pull request #38 from simpeg/unpackage_tests
Browse files Browse the repository at this point in the history
cleanup tests
  • Loading branch information
jcapriot committed Oct 20, 2022
2 parents 675751c + f5c0fbb commit b54ee1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
setup(
name="pymatsolver",
version="0.2.0",
packages=find_packages(exclude=['*mumps']),
packages=find_packages(exclude=["*mumps", "tests"]),
install_requires=[
'numpy>=1.7',
'scipy>=0.13',
Expand Down
11 changes: 0 additions & 11 deletions tests/__init__.py

This file was deleted.

0 comments on commit b54ee1d

Please sign in to comment.