mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
install via pip install for best perf.
This commit is contained in:
parent
d3cd2e4fff
commit
2f439fef21
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -370,7 +370,8 @@ def main():
|
|||
scripts=scripts,
|
||||
)
|
||||
# We used to avoid setuptools 'console_scripts' due to startup performance
|
||||
# concerns which have since been resolved. So now we use them.
|
||||
# concerns which have since been resolved, so long as install is done
|
||||
# via `pip install .` and not `python setup.py install`.
|
||||
skw["entry_points"] = {
|
||||
"pygments.lexers": [
|
||||
"xonsh = xonsh.pyghooks:XonshLexer",
|
||||
|
|
Loading…
Add table
Reference in a new issue