search through the python folders recursive to detect all pending version tags

This commit is contained in:
Axel Kohlmeyer
2023-06-08 12:46:41 -04:00
parent a2c968386e
commit 8ddac8cf02

View File

@ -21,7 +21,7 @@ DEFAULT_CONFIG = """
recursive: true
include:
- doc/src/**
- python
- python/**
- src/**
exclude:
- src/Make.sh