diff --git a/setup.py b/setup.py index d2bbb16..a4e9eb8 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,8 @@ 'Programming Language :: Python :: 3.0', 'Programming Language :: Python :: 3.5'], keywords='Linux Python nl80211 iw iwconfig ifconfig wireless WLAN WiFi pentest', - packages=find_packages(), + packages=find_packages( + exclude=('tests*'), + ), package_data={'pyric':['nlhelp/*.help','utils/data/*.txt']} )