8000 setup.py: exclude all test packages (#493) · python-lsp/python-lsp-server@e524c3b · GitHub
[go: up one dir, main page]

Skip to content

Commit e524c3b

Browse files
Cynerdgatesn
authored andcommitted
setup.py: exclude all test packages (#493)
1 parent 7e911dc commit e524c3b

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
@@ -25,7 +25,7 @@
2525

2626
# You can just specify the packages manually here if your project is
2727
# simple. Or you can use find_packages().
28-
packages=find_packages(exclude=['contrib', 54F6 'docs', 'test']),
28+
packages=find_packages(exclude=['contrib', 'docs', 'test', 'test.*']),
2929

3030
# List run-time dependencies here. These will be installed by pip when
3131
# your project is installed. For an analysis of "install_requires" vs pip's

0 commit comments

Comments
 (0)
0