mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
remove encoding
This commit is contained in:
parent
a938e5e116
commit
dd84efffb4
3 changed files with 4 additions and 3 deletions
|
@ -1 +1,3 @@
|
|||
which python
|
||||
python -V
|
||||
python setup.py install
|
|
@ -6,8 +6,8 @@ source:
|
|||
fn: xonsh.tar.gz
|
||||
url: https://github.com/scopatz/xonsh/archive/master.tar.gz
|
||||
|
||||
build:
|
||||
script: python setup.py install
|
||||
#build:
|
||||
# script: python setup.py install
|
||||
|
||||
requirements:
|
||||
build:
|
||||
|
|
1
setup.py
1
setup.py
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
# coding=utf-8
|
||||
"""The xonsh installer."""
|
||||
from __future__ import print_function, unicode_literals
|
||||
import os
|
||||
|
|
Loading…
Add table
Reference in a new issue