Re-enabled the app section in the meta.yaml (conda build script). This creates xonsh menu entries when installing conda packages.

This commit is contained in:
Morten Enemark Lund 2016-04-20 23:02:31 +02:00
parent c3b94e5265
commit d4f4513850
2 changed files with 4 additions and 4 deletions

View file

@ -21,6 +21,7 @@ Current Developments
the bat file and changes to the environment variables will be reflected in xonsh.
* Added an alias for the conda environment activate/deactivate batch scripts when
running the Anaconda python distribution on Windows.
* Added a menu entry to launch xonsh when installing xonsh from a conda package
**Changed:**

View file

@ -28,7 +28,6 @@ about:
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
app:
entry: xonsh
icon: ../docs/_static/ascii_conch_part_color.png