1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-22 03:59:11 +00:00

Version 4.0 - first draft for Python3 conversion

This commit is contained in:
Ciro Mattia Gonano
2013-11-14 15:49:46 +01:00
parent ddd223c2ec
commit d33c53b691
19 changed files with 210 additions and 191 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Linux Python package build script
VERSION="3.6"
VERSION="4.0"
cp kcc.py __main__.py
zip kcc.zip __main__.py kcc/*.py