Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Fix setup.py to include sub-packages in install. Closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoble committed Apr 5, 2014
1 parent 53f15f6 commit e67d0c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@
maintainer = 'Fergus Noble',
maintainer_email = 'fergus@swift-nav.com',

packages = ['peregrine'],
packages = [
'peregrine',
'peregrine.include',
'peregrine.analysis'
],

entry_points = {
'console_scripts': [
Expand Down

0 comments on commit e67d0c4

Please sign in to comment.