Skip to content

Commit

Permalink
more package installation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamLaurie committed Oct 4, 2012
1 parent 33e6ec8 commit 6f32ce4
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,5 @@ add libnfc mifare command support (TODO: error handling)
they should work as READER_LIBNFC and/or READER_PCSC types.
Android support [Nick von Dadelszen]

v1.0e
move to a package style implementation
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion rfidiot/pynfc.py → RFIDIOt/pynfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import logging
import time
import readline
import RFIDIOtconfig
#import RFIDIOtconfig

# nfc_property enumeration
NP_TIMEOUT_COMMAND = 0x00
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
from distutils.core import setup, Extension

packages= ['rfidiot']
packages= ['RFIDIOt']

scripts = ['cardselect.py', 'ChAP.py', 'copytag.py', 'demotag.py',
'eeprom.py', 'fdxbnum.py', 'formatmifare1kvalue.py', 'froschtest.py', 'hidprox.py', 'hitag2brute.py',
'hitag2reset.py', 'iso3166.py', 'isotype.py', 'jcopmifare.py', 'jcopsetatrhist.py', 'jcoptool.py',
'hitag2reset.py', 'isotype.py', 'jcopmifare.py', 'jcopsetatrhist.py', 'jcoptool.py',
'lfxtype.py', 'loginall.py', 'mifarekeys.py', 'mrpkey.py', 'multiselect.py', 'pn532emulate.py',
'pn532mitm.py', 'pn532.py', 'q5reset.py', 'readlfx.py', 'readmifare1k.py',
'readmifaresimple.py', 'readmifareultra.py', 'readtag.py', 'send_apdu.py', 'sod.py', 'transit.py',
'unique.py', 'writelfx.py', 'writemifare1k.py', 'testacg.sh', 'testlahf.sh'
]

setup (name = 'rfidiot',
setup (name = 'RFIDIOt',
version = '1.0',
description = "RFID IO tools",
author = 'Adam Laurie',
Expand Down

0 comments on commit 6f32ce4

Please sign in to comment.