diff options
Diffstat (limited to 'd2to1')
-rw-r--r-- | d2to1/d2to1.ini | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/d2to1/d2to1.ini b/d2to1/d2to1.ini index 911684f..8e4e9f2 100644 --- a/d2to1/d2to1.ini +++ b/d2to1/d2to1.ini @@ -25,18 +25,16 @@ number: 1 [requirements] build: - argparse [py26] setuptools python run: - argparse [py26] + setuptools python - [cbc_build] linux: python setup.py install || exit 1 windows: python setup.py install - if errorlevel 1 exit 1
\ No newline at end of file + if errorlevel 1 exit 1 |