Skip to content

Commit

Permalink
Do not install tests
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Jul 6, 2022
1 parent 508b609 commit 78ba8ff
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 @@ -28,7 +28,7 @@ def read_requirements(filename):
author='Guo Fei',
author_email='[email protected]',
license='MIT',
packages=find_packages(),
packages=find_packages(exclude=("*tests.*", "*tests")),
platforms=['linux', 'windows', 'macos'],
install_requires=['numpy', 'scipy'],
zip_safe=False)

0 comments on commit 78ba8ff

Please sign in to comment.