Skip to content

Commit

Permalink
fix my.config.repos stub
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed May 7, 2020
1 parent 40b6a82 commit 505a2b2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ def main():
pkg: [
# for mypy
'py.typed',

# TODO hmm maybe not necessary anymore?
# empty dir, necessary for proper dynamic imports
'mycfg_stub/repos/.gitkeep',
# TODO might need fixing (empty dir)
],
# 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
],
},

Expand Down

0 comments on commit 505a2b2

Please sign in to comment.