Skip to content

Commit

Permalink
Fixing install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine141 committed Mar 3, 2021
1 parent e238a73 commit c5b6ad1
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 @@ -5,7 +5,7 @@

# fetch values from package.xml
setup_args = generate_distutils_setup(
packages=['dope'],
packages=['dope', 'dope.inference'],
package_dir={'': 'src'})

setup(**setup_args)

0 comments on commit c5b6ad1

Please sign in to comment.