| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stop using pkg_resources | Ran Benita | 2020-08-10 | 1 | -7/+8 |
| | | | | | | | | tablib imports pkg_resources in order to find its own version. Importing pkg_resources is very slow (100ms-250ms is common). Avoid it by letting setuptools-scm generate a file with the version instead. | ||||
| * | Refs #401 - Fixed some flake8 errors | Claude Paroz | 2020-01-11 | 1 | -1/+1 |
| | | |||||
| * | Add known third parties to isort | Claude Paroz | 2019-10-22 | 1 | -1/+0 |
| | | |||||
| * | Refs #401 - Sort imports with isort | Hugo | 2019-10-22 | 1 | -3/+9 |
| | | |||||
| * | Add project release config and cleanup project setup. (#398) | Jannis Leidel | 2019-10-18 | 1 | -0/+13 |
| * Add project release config and use Travis build stages. Refs #378. * Restructure project to use src/ and tests/ directories. * Fix testing. * Remove eggs. * More fixes. - isort and flake8 config - manifest template update - tox ini extension - docs build fixes - docs content fixes * Docs and license cleanup. | |||||
