summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* use poetry-publishpoetry-publishJensDiemer2020-02-011-1/+1
| | | | | https://github.com/jedie/poetry-publish https://pypi.org/project/poetry-publish/
* Update pyproject.tomlJens Diemer2020-02-011-45/+46
| | | use the default code style from poetry
* code cleanupv1.4.2JensDiemer2020-02-011-9/+9
|
* release as v1.4.2JensDiemer2020-02-011-1/+1
|
* test release v1.4.2.dev2JensDiemer2020-02-011-1/+1
|
* Helper to build and upload to PyPi, with prechecks and update README.rst ↵JensDiemer2020-02-011-7/+5
| | | | from README.creole
* fix code stylecleanupJensDiemer2020-01-191-1/+1
|
* Update pyproject.tomlJens Diemer2020-01-191-2/+9
|
* install "textile" for tests and remove obsolete classifiersJensDiemer2020-01-181-2/+1
|
* Update Makefile and use autopep8 instead of blackJensDiemer2020-01-181-1/+3
|
* modernize projectJensDiemer2020-01-181-0/+56
* use poetry * add a Makefile * add github actions * nose -> pytest