From 6cad483d7766dcf164b87ef1e432b120627e330f Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Thu, 7 May 2020 08:35:10 +0100 Subject: [PATCH] fix my.config.repos stub --- setup.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index b8f947d..701564a 100644 --- a/setup.py +++ b/setup.py @@ -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 ], },