Add doc-clean and lgtm badge

This commit is contained in:
2021-05-11 09:03:26 +02:00
parent 4f04e72670
commit 79190ef2e1
4 changed files with 9 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
#
import os
import sys
import stree
sys.path.insert(0, os.path.abspath("../../stree/"))
@@ -23,7 +24,8 @@ copyright = "2020 - 2021, Ricardo Montañana Gómez"
author = "Ricardo Montañana Gómez"
# The full version, including alpha/beta/rc tags
release = "1.0"
version = stree.__version__
release = version
# -- General configuration ---------------------------------------------------