From 65f19245935eeff15bc085091b6ad8766f609728 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 23 Nov 2022 17:10:20 +0530 Subject: [PATCH] setup --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) 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