Skip to content

Commit

Permalink
Add subpackage to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Sep 29, 2021
1 parent 55d9637 commit e4a9de6
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 @@ -147,7 +147,7 @@ def run(self):
install_requires=install_requires,
dependency_links=dep_links,
test_requires=test_requires,
packages=['pyop2', 'pyop2.codegen'],
packages=['pyop2', 'pyop2.codegen', 'pyop2.types'],
package_data={
'pyop2': ['assets/*', '*.h', '*.pxd', '*.pyx', 'codegen/c/*.c']},
scripts=glob('scripts/*'),
Expand Down

0 comments on commit e4a9de6

Please sign in to comment.