Skip to content

Commit

Permalink
explicit subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
François Laurent committed Mar 14, 2018
1 parent b00d88b commit f3b38cc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@
],
keywords = '',
package_dir = {'tramway': 'tramway', 'tramway.demo': 'examples'},
packages = ['tramway', 'tramway.demo'],
packages = ['tramway', 'tramway.demo',
'tramway.core',
'tramway.tessellation',
'tramway.inference',
'tramway.feature',
'tramway.plot',
'tramway.helper',
'tramway.utils'],
scripts = ['scripts/tramway', 'scripts/tramway-demo'],
install_requires = install_requires,
extras_require = extras_require,
Expand Down

0 comments on commit f3b38cc

Please sign in to comment.