fix my.config.repos stub
This commit is contained in:
parent
40b6a82b7c
commit
505a2b22ae
1 changed files with 6 additions and 5 deletions
11
setup.py
11
setup.py
|
@ -31,11 +31,12 @@ def main():
|
||||||
pkg: [
|
pkg: [
|
||||||
# for mypy
|
# for mypy
|
||||||
'py.typed',
|
'py.typed',
|
||||||
|
],
|
||||||
# TODO hmm maybe not necessary anymore?
|
# todo not sure if need py.typed for all subpackages??
|
||||||
# empty dir, necessary for proper dynamic imports
|
'my.config': [
|
||||||
'mycfg_stub/repos/.gitkeep',
|
'repos/.gitkeep',
|
||||||
# TODO might need fixing (empty dir)
|
# TODO meh, get rid of this. If I remove, hypothesis tests (messing with config) might break though
|
||||||
|
# not sure why it's not reproducing locally underr tox
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue