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