Added github integration

This commit is contained in:
2025-12-02 14:32:10 +00:00
parent b6dd8b8fe2
commit 4076c4bf83
762 changed files with 193089 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
# This file was generated by 'versioneer.py' (0.18) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.
import json
version_json = '''
{
"date": "2023-06-29T23:39:30+0200",
"dirty": false,
"error": null,
"full-revisionid": "ab34b770aacac80431cd77f28770a60144679d38",
"version": "0.4.15"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)