Skip to content

Commit

Permalink
Merge pull request #154 from benkohler/master
Browse files Browse the repository at this point in the history
setup.py: exclude examples as well
  • Loading branch information
redacted authored Nov 27, 2023
2 parents 90a717c + d42d7c5 commit 5832ef2
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 @@ -11,7 +11,7 @@
description='Generate secure multiword passwords/passphrases, inspired by XKCD',
long_description=open('README.rst', encoding='utf-8').read(),
#packages=['xkcdpass'],
packages=find_namespace_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
packages=find_namespace_packages(exclude=["examples", "*.tests", "*.tests.*", "tests.*", "tests"]),
zip_safe=False,
license='BSD',
include_package_data=True,
Expand Down

0 comments on commit 5832ef2

Please sign in to comment.