Skip to content

Commit

Permalink
Make setup.py develop work
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 28, 2014
1 parent 2d058b1 commit fc3d3c2
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 @@ -56,6 +56,6 @@ def determine_version():
],
scripts=['pyspacewar'],
packages=['pyspacewar'],
package_dir={'pyspacewar': 'src/pyspacewar'},
package_dir={'': 'src'},
package_data={'pyspacewar': ['images/*', 'sounds/*', 'music/*']},
)

0 comments on commit fc3d3c2

Please sign in to comment.