Skip to content

Commit

Permalink
added entry_points
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed May 3, 2018
1 parent 5c882be commit 9aef10c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ build:
noarch: python
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
entry_points:
- straditize=straditize.__main__:main

requirements:
build:
Expand All @@ -36,7 +38,7 @@ test:
commands:
- straditize --help
- pytest -v --cov=straditize --cov-config .coveragerc --cov-report term-missing -v
# - codecov
- codecov


about:
Expand Down

0 comments on commit 9aef10c

Please sign in to comment.