Skip to content

Commit

Permalink
[beeswax] remove SUPERVISOR_SPEC
Browse files Browse the repository at this point in the history
  • Loading branch information
generalpiston committed Sep 5, 2013
1 parent 709ab08 commit e6fab10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/beeswax/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
package_dir = {'hive_metastore': 'gen-py', 'beeswaxd': 'gen-py', 'fb303': 'gen-py', 'TCLIService': 'gen-py', '': 'src'},
install_requires = ['setuptools', 'desktop'],
entry_points = {
'desktop.sdk.application': 'beeswax=beeswax',
'desktop.supervisor.specs': [ 'beeswax_server = beeswax:SUPERVISOR_SPEC' ],
'desktop.sdk.application': 'beeswax=beeswax'
}
)

0 comments on commit e6fab10

Please sign in to comment.