13 lines
154 B
Python
13 lines
154 B
Python
#! /usr/bin/env python
|
|
# encoding: utf-8
|
|
# a1batross, 2019
|
|
|
|
def options(opt):
|
|
pass
|
|
|
|
def configure(conf):
|
|
conf.load('gitversion')
|
|
|
|
def build(bld):
|
|
pass
|