formatting updates

This commit is contained in:
Manuel Barkhau 2018-11-06 21:45:33 +01:00
parent 3385f2d675
commit 1129de0beb
11 changed files with 153 additions and 128 deletions

View file

@ -3,9 +3,6 @@
#
# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License
# SPDX-License-Identifier: MIT
import os
"""PyCalVer: Automatic CalVer Versioning for Python Packages."""
__version__ = "v201809.0002-beta"
DEBUG = os.environ.get("PYDEBUG", "0") == "1"