1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Add files for more standardized build tools

- 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.
This commit is contained in:
2021-08-18 04:12:38 -05:00
parent 74918e2c56
commit a685524dd5
4 changed files with 76 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.DS_Store
__pycache__
*.egg-info
*.so
*.mo
*.waf*