Gnuviech Admin common code
Go to file
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
gvacommon Make gvacommon distributable 2016-01-29 13:40:12 +01:00
requirements Make gvacommon distributable 2016-01-29 13:40:12 +01:00
.gitignore Make gvacommon distributable 2016-01-29 13:40:12 +01:00
COPYING Make gvacommon distributable 2016-01-29 13:40:12 +01:00
MANIFEST.in Make gvacommon distributable 2016-01-29 13:40:12 +01:00
README.rst Make gvacommon distributable 2016-01-29 13:40:12 +01:00
requirements.txt Add tests for provided classes 2016-01-29 12:55:05 +01:00
setup.cfg Make gvacommon distributable 2016-01-29 13:40:12 +01:00
setup.py Make gvacommon distributable 2016-01-29 13:40:12 +01:00

gvacommon

This module contains code that is intended to be shared between gnuviechadmin components.