Skip to content

Commit

Permalink
Updated package list in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Mac committed Mar 28, 2023
1 parent cc5fa5e commit a073cc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
setup(
name='do_mpc',
version=__version__,
packages=['do_mpc','do_mpc.tools', 'do_mpc.sampling', 'do_mpc.sysid'],
packages=['do_mpc','do_mpc.controller','do_mpc.differentiator',
'do_mpc.estimator','do_mpc.model','do_mpc.sampling',
'do_mpc.sysid','do_mpc.tools'],
author='Sergio Lucia and Felix Fiedler',
author_email='sergio.lucia@tu-berlin.de',
url='https://www.do-mpc.com',
Expand Down

0 comments on commit a073cc8

Please sign in to comment.