3 from distutils
.core
import setup
5 from test
.testcommand
import test
10 author
= "Sean Robinson",
11 author_email
= "robinson@tuxfamily.org",
12 description
= """ """,
14 packages
= ['wifiradar', 'test'],
15 provides
= ['wifiradar'],
19 keywords
= "WiFi scanner",
22 'License :: OSI Approved :: GNU General Public License (GPL)',
23 'Programming Language :: Python',
24 'Programming Language :: Python :: 2',
25 'Programming Language :: Python :: 2.7',
27 cmdclass
={'test': test
},