diff --git a/setup.cfg b/setup.cfg index b31929e..da88a56 100644 --- a/setup.cfg +++ b/setup.cfg @@ -98,3 +98,7 @@ exclude = build dist .eggs + +[options.data_files] +. = requirements.txt +_ = version.txt