Commit graph

4 commits

Author SHA1 Message Date
Jan Dittberner 1e3707e7ff Update README.rst 2023-07-08 17:30:23 +02:00
Jan Dittberner 35b346edc4 Add instructions how to report test coverage 2020-03-02 11:18:52 +01:00
Jan Dittberner 8ba50c4fef Port to Python 3, use pipenv, add defaults to get_env_variable 2018-11-17 13:31:16 +01:00
Jan Dittberner 8dda40a363 Make gvacommon distributable
This commit performs a lot of changes to make gvacommon properly
distributable:

- add a setup.py
- move code into a module directory
- add a __version__
- add a README.rst and AGPLv3 license file (COPYING)
- specify the licensing in file headers
- move tests into a submodule of gvacommon and split tests for different
  modules into separate test modules
- get rid of django-braces dependency
- adapt setup.cfg to the new directory structure
- ignore build and dist directories
2016-01-29 13:40:12 +01:00