3 Having a setup.py allows to easily get the .py files compiled into
4 .pyc, which is good because by default, Buildroot only keeps .pyc
7 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 ===================================================================
14 +#!/usr/bin/env python
16 +from distutils.core import setup
20 + description='Python NFC',
21 + author='Stephen Tiedemann',
22 + author_email='stephen.tiedemann@googlemail.com',
23 + url='https://launchpad.net/nfcpy',
24 + packages=['nfc', 'nfc/dev', 'nfc/llcp', 'nfc/ndef',