Merge pull request #464 from selepo/master

bugfix for install missing scripts/xonsh.bat (windows)
This commit is contained in:
Anthony Scopatz 2015-11-03 14:26:34 -05:00
commit 0b05d27f89

View file

@ -77,7 +77,7 @@ def main():
platforms='Cross Platform',
classifiers=['Programming Language :: Python :: 3'],
packages=['xonsh'],
scripts=['scripts/xonsh'],
scripts=['scripts/xonsh', 'scripts/xonsh.bat'],
cmdclass={'install': xinstall, 'sdist': xsdist},
)
if HAVE_SETUPTOOLS: