From: Alex W. <al...@mo...> - 2015-06-19 14:05:23
|
--- setup.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index c3d333e..8a12875 100755 --- a/setup.py +++ b/setup.py @@ -87,12 +87,13 @@ kw = {'name': "pyscard", 'license': 'GNU LESSER GENERAL PUBLIC LICENSE', 'platforms': ['linux', 'win32'], 'packages': ["smartcard", - "smartcard/pcsc", - "smartcard/reader", - "smartcard/scard", - "smartcard/sw", - "smartcard/util", - "smartcard/wx", + "smartcard.pcsc", + "smartcard.pyro", + "smartcard.reader", + "smartcard.scard", + "smartcard.sw", + "smartcard.util", + "smartcard.wx", ], 'package_dir': {"": "."}, 'package_data': { -- 2.1.4 |