You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/xkcdpass/files/xkcdpass-1.19.4-no-examples...

14 lines
571 B

diff --git a/setup.py b/setup.py
index 2f35f86..eed1e7b 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(
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,