-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCgAGBQJWq18JAAoJEA15HcjXN8HZRL8H/3L96bFU7PuV4xD0e2MTvtJk
XeJRa/ok303+QFis7Lrnta8zGkrOpozNnMmF3Me1BTZy1bXsB3QjzsEUOZJIysIo
UwiYtf1ord/DAAJXJFH384sraXg20hNJvASiqFrmflQOBBYbkfoaXhN6LEzDpNDu
wMccruxSTDb5IIz8kZuCu4kAgTE7rl7yiDdtJwGoyqM82Nfa/TspdObCTAEmTszh
fIKssXwiYlQ/HIGLUWdnvFy67oUkGAdZZDl5OQK62FQVa7KajwWcOUXXlPyQyYcp
f/QISFUr4D4VP+ygYY8OTk/6O6yMKmjY5ChKCWltuuBgBm0hYk1J4rBPoQeadXU=
=r7uJ
-----END PGP SIGNATURE-----
Merge tag '0.2' into development
Release 0.2
* tag '0.2':
Set version number to 0.2
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
This commit adds a test suite in tests.py, the added setup.cfg contains
configuration for coverage, pep8 and flake8. Output files of coverage
are ignored. The commit also adds requirements files for tests.