WIP: mostly scratch code still

This commit is contained in:
Manuel Barkhau 2018-09-02 21:48:12 +02:00
parent e2e218bce9
commit 3471560eaa
20 changed files with 1757 additions and 1 deletions

11
src/pycalver/__init__.py Normal file
View file

@ -0,0 +1,11 @@
# This file is part of the pycalver project
# https://github.com/mbarkhau/pycalver
#
# (C) 2018 Manuel Barkhau (@mbarkhau)
# SPDX-License-Identifier: MIT
import os
__version__ = "v201809.0001-beta"
DEBUG = os.environ.get("PYCALVER_DEBUG", "0") == "1"