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

Commit

Permalink
Preserve the egg directory for livereload
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed May 4, 2015
1 parent f194358 commit 7e19c7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions livereload/meta.yaml
Expand Up @@ -10,8 +10,8 @@ source:
# List any patch files here
# - fix.patch

# build:
# preserve_egg_dir: True
build:
preserve_egg_dir: True
# entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
Expand All @@ -34,6 +34,7 @@ requirements:
run:
- python
- tornado
- setuptools
- argparse # [py26]

test:
Expand Down

0 comments on commit 7e19c7c

Please sign in to comment.