9 changed files with 15 additions and 2 deletions
@ -0,0 +1,9 @@
|
||||
*.py? |
||||
*.sw? |
||||
*~ |
||||
.coverage |
||||
.tox |
||||
/*.egg-info |
||||
build |
||||
dist |
||||
__pycache__ |
@ -1,5 +1,5 @@
|
||||
include AUTHORS |
||||
include LICENSE |
||||
include README.md |
||||
# recursive-include multilingual/templates * |
||||
# recursive-include shared/multilingual/templates * |
||||
|
||||
|
@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__) |
Loading…
Reference in new issue