8000 Merge pull request #585 from bnavigator/setup-py-package · juanodecc/python-control@203cae8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 203cae8

Browse files
authored
Merge pull request python-control#585 from bnavigator/setup-py-package
don't install toplevel benchmarks package
2 parents d25ef12 + 4a8cd58 commit 203cae8

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
@@ -39,7 +39,7 @@
3939
url='http://python-control.org',
4040
description='Python Control Systems Library',
4141
long_description=long_description,
42-
packages=find_packages(),
42+
packages=find_packages(exclude=['benchmarks']),
4343
classifiers=[f for f in CLASSIFIERS.split('\n') if f],
4444
install_requires=['numpy',
4545
'scipy',

0 commit comments

Comments
 (0)
0