Skip to content

Commit

Permalink
revert to using setup.py for install
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Mar 27, 2018
1 parent ef45ff5 commit 4b9be32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:

build:
number: 0
script: python -m pip install --no-deps --ignore-installed .
script: python setup.py install --single-version-externally-managed --record record.txt
entry_points:
- sphinx-build = sphinx.cmd.build:main
- sphinx-quickstart = sphinx.cmd.quickstart:main
Expand All @@ -20,7 +20,7 @@ build:
requirements:
host:
- python
- pip
- setuptools
run:
- python
- six
Expand Down

0 comments on commit 4b9be32

Please sign in to comment.