* Drop support for python 3.6 and remove special handling code. * bundle licence file.
4.0.0
- Opted back into using Poetry now that the existing issues have been fixed. - Python 2.7 support was no officially dropped.
3.1.0
* Add a framework classifier for use in pypi.org * Fix entry_point in setup.py leaving it off by default again * Detect __import__ debugger statements * Add support for `pudb` detection
1.4.0
- refactor detector - run tests in python 2.6, 2.7 and 3.4 - adding a check for InteractiveShellEmbed.