mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
Merge pull request #464 from selepo/master
bugfix for install missing scripts/xonsh.bat (windows)
This commit is contained in:
commit
0b05d27f89
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue