Skip to content

Commit

Permalink
Merge pull request #585 from bnavigator/setup-py-package
Browse files Browse the repository at this point in the history
don't install toplevel benchmarks package
  • Loading branch information
murrayrm committed Mar 21, 2021
2 parents d25ef12 + 4a8cd58 commit 203cae8
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 203cae8

Please sign in to comment.