10000 don't install toplevel benchmarks package · python-control/python-control@4a8cd58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a8cd58

Browse files
committed
don't install toplevel benchmarks package
1 parent d25ef12 commit 4a8cd58

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