Skip to content

Commit

Permalink
Merge pull request #9 from ReactionMechanismGenerator/source_files
Browse files Browse the repository at this point in the history
Solution for source files removal upon binary build completion
  • Loading branch information
KEHANG authored Feb 28, 2017
2 parents f8e72d0 + c3e6343 commit e80b832
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openbabel/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ requirements:
- libxml2
- cairo [unix]
test:
source_files:
- '*'
imports:
- openbabel
- pybel
Expand Down
2 changes: 2 additions & 0 deletions pydot/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ requirements:
- python

test:
source_files:
- '*'
imports:
- pydot

Expand Down
2 changes: 2 additions & 0 deletions scoop/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ requirements:
- python

test:
source_files:
- '*'
imports:
- scoop

Expand Down

0 comments on commit e80b832

Please sign in to comment.