Skip to content

Commit

Permalink
don't install toplevel benchmarks package
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Mar 21, 2021
1 parent d25ef12 commit 4a8cd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
url='http://python-control.org',
description='Python Control Systems Library',
long_description=long_description,
packages=find_packages(),
packages=find_packages(exclude=['benchmarks']),
classifiers=[f for f in CLASSIFIERS.split('\n') if f],
install_requires=['numpy',
'scipy',
Expand Down

0 comments on commit 4a8cd58

Please sign in to comment.