Adding upstream version 1.0.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 11:53:44 +01:00
parent a1777afd4b
commit f13b7abbd8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
36 changed files with 2108 additions and 153 deletions

18
.sonarcloud.properties Normal file
View file

@ -0,0 +1,18 @@
# Path to sources
sonar.sources=anta/,asynceapi/
#sonar.exclusions=
#sonar.inclusions=
# Path to tests
sonar.tests=tests/
#sonar.test.exclusions=
#sonar.test.inclusions=
# Source encoding
#sonar.sourceEncoding=UTF-8
# Python version (for python projects only)
sonar.python.version=3.9,3.10,3.11,3.12
# Exclusions for copy-paste detection
#sonar.cpd.exclusions=,