awkman / pywifi

A cross-platform module for manipulating WiFi devices.
MIT License
447 stars 154 forks source link

Relative imports, better packaging, removed debug print statements #1

Closed bell345 closed 8 years ago

bell345 commented 8 years ago

Module has been tested to work on Windows 7 64-bit outside the working directory.

awkman commented 8 years ago

@bell345 Thanks for your PR, but I want to know is there any strong reason for adding the ez_setup.py into the package?!

bell345 commented 8 years ago

@awkman It's a small script that installs setuptools for setup.py, even if the user hasn't got pip.

I think it's better to guarantee setuptools than to fallback to the deprecated distutils; also because I saw it being used in another project and it looked like a good practice.

Anyway, it's your project, so I could remove it if you wanted.