Navigation Menu

Skip to content

Commit

Permalink
_main now lives in blaze.server.spider
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jun 18, 2015
1 parent b50cdb4 commit 3aec790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core.recipe/meta.yaml
Expand Up @@ -7,7 +7,7 @@ build:
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }}{% endif %}
entry_points:
- blaze-server = blaze.server.server:_main
- blaze-server = blaze.server.spider:_main

source:
git_url: ../
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -84,7 +84,7 @@ def find_data_files(exts, where='blaze'):
'Topic :: Utilities',
],
entry_points={
'console_scripts': ['blaze-server = blaze.server.server:_main']
'console_scripts': ['blaze-server = blaze.server.spider:_main']
},
package_data={'blaze': package_data},
packages=packages
Expand Down

0 comments on commit 3aec790

Please sign in to comment.