general: get rid of example_config & use demo/stub my.config instead

This commit is contained in:
Dima Gerasimov 2020-10-31 05:11:03 +00:00 committed by karlicoss
parent 96be32aa51
commit 1849a66f08
10 changed files with 27 additions and 34 deletions

View file

@ -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
],
},