Refactor setup.py: Removed unused imports, simplified code, and improved readability

This commit is contained in:
pcosson
2024-03-04 15:50:31 +01:00
parent 29eacb7f1b
commit 7eaa6c06b2
5 changed files with 137 additions and 90 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Do not commit binaries:
*.exe
*.msi
*.msu
*.msp
*.deb
*.rpm
*.dmg
*.pkg
*.appx
*.appxbundle
*.msix
*.msixbundle
*.vsix
*.iso
*.jar
*.cab
*.zip
*.7z
*.tar*
*.part
# Do not commit autogenerated WAPT files:
**/WAPT/*.crt
**/WAPT/*.sha256
**/WAPT/*.sha1
**/WAPT/*.psproj
**/.vscode/
*.pyc
*.wapt
.env
# Specific to this package (use ! as prefix to allow commit):