xonsh/recipe/meta.yaml
Anthony Scopatz 153d2358e3 org to sh
2016-02-10 02:43:04 -05:00

33 lines
567 B
YAML

package:
name: xonsh
version: {{ environ['GIT_DESCRIBE_TAG'] }}
source:
path: ../
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
entry_points:
- xonsh = xonsh.main:main
requirements:
build:
- python
- ply
- setuptools
- jupyter
run:
- python
- ply
- prompt_toolkit
- setproctitle
about:
home: http://xon.sh/
license: BSD
summary: xonsh is a Python-ish, BASHwards-facing shell.
# Removed temporarily until this is better support by the Anaconda launcher
#app:
# entry: xonsh
# icon: icon.png