Skip to content

Commit 33e6ec8

Browse files
committed
add ACG & Frosch test scripts to setup
1 parent bdec2d7 commit 33e6ec8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

setup.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
#import sys
2-
#import os
31
from distutils.core import setup, Extension
42

53
packages= ['rfidiot']
64

7-
scripts = ['pynfc.py', 'cardselect.py', 'ChAP.py', 'copytag.py', 'demotag.py',
5+
scripts = ['cardselect.py', 'ChAP.py', 'copytag.py', 'demotag.py',
86
'eeprom.py', 'fdxbnum.py', 'formatmifare1kvalue.py', 'froschtest.py', 'hidprox.py', 'hitag2brute.py',
97
'hitag2reset.py', 'iso3166.py', 'isotype.py', 'jcopmifare.py', 'jcopsetatrhist.py', 'jcoptool.py',
108
'lfxtype.py', 'loginall.py', 'mifarekeys.py', 'mrpkey.py', 'multiselect.py', 'pn532emulate.py',
11-
'pn532mitm.py', 'pn532.py', 'pyandroid.py', 'q5reset.py', 'readlfx.py', 'readmifare1k.py',
9+
'pn532mitm.py', 'pn532.py', 'q5reset.py', 'readlfx.py', 'readmifare1k.py',
1210
'readmifaresimple.py', 'readmifareultra.py', 'readtag.py', 'send_apdu.py', 'sod.py', 'transit.py',
13-
'unique.py', 'writelfx.py', 'writemifare1k.py'
11+
'unique.py', 'writelfx.py', 'writemifare1k.py', 'testacg.sh', 'testlahf.sh'
1412
]
1513

1614
setup (name = 'rfidiot',

0 commit comments

Comments
 (0)