Restructuring example code.

This commit is contained in:
Patrick Lehmann
2025-09-01 01:06:10 +02:00
parent 729e406294
commit e5706693e2
16 changed files with 24 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ from pyTooling.Packaging import extractVersionInformation
# ==============================================================================
githubNamespace = "pyTooling"
githubProject = "Actions"
pythonProject = "pyDummy"
pythonProject = "myPackage"
directoryName = pythonProject.replace('.', '/')