Skip to content

Commit b87c582

Browse files
committed
1 parent 2e3af41 commit b87c582

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.rst
22
include LICENSE
3+
recursive-exclude tests *

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'Programming Language :: Python :: Implementation :: CPython',
5252
'Topic :: Scientific/Engineering :: Information Analysis'],
5353
keywords=['imaging', 'spectra', 'multidimensional', 'data format', 'universal', 'hdf5'],
54-
packages=find_packages(exclude='tests'),
54+
packages=find_packages(exclude=['tests', '*.tests', '*.tests.*']),
5555
url='https://pycroscopy.github.io/pyUSID/about.html',
5656
license='MIT',
5757
author='S. Somnath, C. R. Smith, and contributors',

0 commit comments

Comments
 (0)