Commit graph

5 commits

Author SHA1 Message Date
Stavros Ntentos
01aedcc642 Prepare for new colout version
Because there is a weird `v0.11` tag, we pick the next version `v0.12.0`,
instead of the "real" next version aka `v0.7.0`

This project is considered to use Semantic Versioning (https://semver.org/)
(https://semver.org/spec/v2.0.0.html as of now)

Python versioning updates:
* Unify that package is offered for >=Python3.5
  2.7 support was dropped in dab5555503,
  and <3.5 versions do not exist in https://devguide.python.org/#status-of-python-branches as of committing time

* Add some classifiers (YMMV, my first pip package)
* Add some bare-bones `tox` configuration (YMMV, my first tox interaction)
* Add packages required for packaging/deployment in `requirements-build.txt`
* `README.md` is not required to be packaged anymore - it is read at install time
  * Fix Content-Type for PyPI

* Update `README.md`:
  * Reorder installation options (`pip` > `pipsi` > `ppa`)
  * Hard wrap at 100 chars for "meaningful" offences.
  * Add myself as maintainer
  * Remove escapes that don't make sense in CommonMark
    (GFM, as project is hosted in Github)
  * Fix typos

* Add a more complete `.gitignore` file
2020-06-03 00:56:32 +03:00
Oliver Bristow
7e3502d667
Add another smoke test 2018-08-16 23:25:51 +01:00
Oliver Bristow
513552d5be
Remove 3.2 smoke test as incompatible syntax 2018-08-16 23:25:51 +01:00
Oliver Bristow
b0d41ab172
Remove argparse requirement as code not 2.6 compatible 2018-08-16 23:25:51 +01:00
Oliver Bristow
cfcd61fd2f
Add Travis smoke test 2018-08-16 23:25:51 +01:00