Skip to content

Commit 70a43af

Browse files
committed
exclude tests from install
1 parent dc2363c commit 70a43af

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
@@ -4,7 +4,7 @@
44
setup(
55
name="pythoned",
66
version=__version__,
7-
packages=find_packages(),
7+
packages=find_packages(exclude=["tests"]),
88
url="http://github.com/ebonnal/pythoned",
99
license="Apache 2.",
1010
author="ebonnal",

0 commit comments

Comments
 (0)