----------------
- Provide a single default script content template for Python 2 and 3
- Prevent deprecation warning by using ``importlib`` instead of ``imp``
(`24 <https://github.com/zopefoundation/Products.PythonScripts/issues/24>`_)
- Prevent syntax warning due to outdated default script content
(`26 <https://github.com/zopefoundation/Products.PythonScripts/issues/26>`_)
- Allow for entering a title when adding a Python Script
(`25 <https://github.com/zopefoundation/Products.PythonScripts/issues/25>`_)
- adding badges to the README for GitHub and PyPI
- Package metadata cleanups
- cleaned up tox test configuration