general: get rid of example_config & use demo/stub my.config instead
This commit is contained in:
parent
96be32aa51
commit
1849a66f08
10 changed files with 27 additions and 34 deletions
6
setup.py
6
setup.py
|
@ -32,12 +32,6 @@ def main():
|
|||
# for mypy
|
||||
'py.typed',
|
||||
],
|
||||
# todo not sure if need py.typed for all subpackages??
|
||||
'my.config': [
|
||||
'repos/.gitkeep',
|
||||
# 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
Add a link
Reference in a new issue