1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Improved setup / build

This commit is contained in:
sametmax
2013-06-23 16:12:47 +02:00
parent 04099c631a
commit 9e48029ef9
3 changed files with 4 additions and 945 deletions

View File

@ -6,7 +6,7 @@
######## NOT SETTINGS, JUST BOILER PLATE ##############
import os
VERSION = '0.2'
VERSION = '0.3'
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')