Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaciousCoder78 committed Oct 8, 2024
1 parent f37144e commit b9a4024
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
2 changes: 2 additions & 0 deletions usr/bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
dist
3 changes: 0 additions & 3 deletions usr/bin/people.csv

This file was deleted.

38 changes: 38 additions & 0 deletions usr/bin/pramanpatram.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# -*- mode: python ; coding: utf-8 -*-


a = Analysis(
['pramanpatram.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
noarchive=False,
optimize=0,
)
pyz = PYZ(a.pure)

exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
name='pramanpatram',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)
Binary file removed usr/bin/sample.jpg
Binary file not shown.

0 comments on commit b9a4024

Please sign in to comment.