mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
added scripts
This commit is contained in:
parent
770a00c41d
commit
fe4bed77c5
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -27,6 +27,7 @@ def main():
|
|||
platforms='Cross Platform',
|
||||
classifiers = ['Programming Language :: Python :: 3'],
|
||||
packages=['xonsh'],
|
||||
scripts=['scripts/xonsh'],
|
||||
)
|
||||
setup(**skw)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue