move files to src/

This commit is contained in:
Fred Pauchet 2016-08-05 11:04:44 +02:00
parent b6d218553c
commit 1b659f58da
16 changed files with 5 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto

5
.gitignore vendored
View File

@ -39,6 +39,7 @@ htmlcov/
.tox/
.coverage
.coverage.*
.coveragerc
.cache
nosetests.xml
coverage.xml
@ -87,4 +88,6 @@ ENV/
# Rope project settings
.ropeproject
.editorconfig
.pylintrc
.travis.yml

0
manage.py → src/manage.py Executable file → Normal file
View File