Mirror von
https://github.com/arsenetar/dupeguru.git
synchronisiert 2025-07-06 15:33:20 +00:00
- Prior investigation into linux packaging (not using pyinstaller) suggested having setuptools files could make packaging easier and automatable - Add setup.cfg and setup.py as initial starting point - Add MANIFEST.in (at least temporarily) Currently with the python build module this almost works for main application. It does not include all the extra data files right now.
30 Zeilen
243 B
Plaintext
30 Zeilen
243 B
Plaintext
.DS_Store
|
|
__pycache__
|
|
*.egg-info
|
|
*.so
|
|
*.mo
|
|
*.waf*
|
|
.lock-waf*
|
|
.tox
|
|
/tags
|
|
|
|
build
|
|
dist
|
|
env*
|
|
/deps
|
|
cocoa/autogen
|
|
|
|
/run.py
|
|
/cocoa/*/Info.plist
|
|
/cocoa/*/build
|
|
/qt/*_rc.py
|
|
/help/*/conf.py
|
|
/help/*/changelog.rst
|
|
/transifex
|
|
|
|
*.pyd
|
|
*.exe
|
|
*.spec
|
|
|
|
.vscode
|