Skip to content

Commit

Permalink
Update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout authored Dec 27, 2017
1 parent fc419ca commit bd72702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
build:
noarch: python
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
script: pip install --no-use-wheel --ignore-installed --no-deps .
entry_points:
- cmark = CommonMark.cmark:main

Expand Down

0 comments on commit bd72702

Please sign in to comment.