Skip to content

Commit

Permalink
Merge pull request #46 from ignatenkobrain/patch-3
Browse files Browse the repository at this point in the history
Exclude portalocker_tests from installed packages
  • Loading branch information
wolph authored Aug 4, 2019
2 parents beec23b + 1e33ac8 commit 7f8217c
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 @@ -127,7 +127,7 @@ def run(self):
author_email=about['__email__'],
url=about['__url__'],
license='PSF',
packages=setuptools.find_packages(exclude=['ez_setup', 'examples']),
packages=setuptools.find_packages(exclude=['ez_setup', 'examples', 'portalocker_tests']),
# zip_safe=False,
platforms=['any'],
cmdclass={
Expand Down

0 comments on commit 7f8217c

Please sign in to comment.