Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
fix setup.py packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sibson committed Sep 30, 2014
1 parent 538b444 commit 769b287
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
author='Marc Sibson',
author_email='marc@heroku.com',
url='https://github.com/heroku/pyAnalyticsCloud',
packages=[
'analyticscloud',
],
package_dir={'pyAnalyticsCloud': 'analyticscloud'},
packages=[ 'analyticscloud', 'analyticscloud.importers'],
entry_points={
'console_scripts': [
'pyac-metadata=analyticscloud.commandline:metadata',
Expand Down

0 comments on commit 769b287

Please sign in to comment.