WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 57b56d8

Browse files
committed
exclude tests from packaging, resolves #46
1 parent bbe097a commit 57b56d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
license = 'BSD',
2727
include_package_data = True,
2828
install_requires = requirements,
29-
packages = find_packages(),
29+
packages = find_packages(exclude=('tests',)),
3030
classifiers = [
3131
'Development Status :: 5 - Production/Stable',
3232
'Environment :: Web Environment',

0 commit comments

Comments
 (0)