adjust to src/ based project layout
This commit is contained in:
parent
6f5ab5b4c8
commit
c0f763515a
10
.coveragerc
10
.coveragerc
@ -2,12 +2,12 @@
|
||||
|
||||
[run]
|
||||
branch = True
|
||||
source = nsupdate
|
||||
source = src/nsupdate
|
||||
omit =
|
||||
*/migrations/*
|
||||
*/_tests/*
|
||||
nsupdate/wsgi.py
|
||||
nsupdate/settings/*
|
||||
src/*/migrations/*
|
||||
src/*/_tests/*
|
||||
src/nsupdate/wsgi.py
|
||||
src/nsupdate/settings/*
|
||||
|
||||
[report]
|
||||
# Regexes for lines to exclude from consideration
|
||||
|
3
setup.py
3
setup.py
@ -18,7 +18,8 @@ setup(
|
||||
description='A dynamic DNS update service',
|
||||
long_description=readme_content,
|
||||
keywords="dyndns ddns dynamic dns django",
|
||||
packages=find_packages(exclude=['_tests', ]),
|
||||
packages=find_packages('src', exclude=['_tests', ]),
|
||||
package_dir={'': 'src'},
|
||||
package_data={
|
||||
'nsupdate': [
|
||||
'templates/*.html',
|
||||
|
Loading…
x
Reference in New Issue
Block a user