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
This commit is contained in:
parent
c94f20f83f
commit
8dda40a363
14 changed files with 896 additions and 78 deletions
4
MANIFEST.in
Normal file
4
MANIFEST.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
include COPYING
|
||||
include README.rst
|
||||
include requirements.txt
|
||||
include requirements/*.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue