- Remove support for Python 3.2 and 3.3. [Remco Haszing]
These are not supported by setuptools-scm. This doesn’t mean the built
wheel doesn’t work
- Enable automatic changelog on GitHub releases. [Remco Haszing]
- Replace url with multiple project urls. [Remco Haszing]
- Update documentation. [Remco Haszing]
- Add classifiers. [Remco Haszing]
- Move coverage config into setup.cfg. [Remco Haszing]
There are so many files in the project root.
- Remove credentials from .travis.yml. [Remco Haszing]
They may have been encrypted, but I still prefer not to keep them out
in the open. Also the credentials have been revoked.
- Test against multiple Python environments. [Remco Haszing]
- Introduce setuptools-scm. [Remco Haszing]
- Include LICENSE file. [Remco Haszing]
Closes 4
- Revert to MIT license. [Remco Haszing]
This is OSI approved.
- Add test for main. [Remco Haszing]
- Actually fix coverage. [Remco Haszing]
- Configure coverage to use xml. [Remco Haszing]
- Fix typo. [Remco Haszing]
- Add code coverage. [Remco Haszing]