From 1095ff9717652e5c37934396c9fc3de87cfb2955 Mon Sep 17 00:00:00 2001 From: Igoreshka Date: Fri, 29 Nov 2024 13:52:04 +0300 Subject: [PATCH] Test setupa and req --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed85455..bf11287 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,6 @@ def read(file_path): url="https://github.com/intsystems/discrete-variables-relaxation", # options package_dir= {'' : 'src'} , - packages=find_packages(where= 'srd'), + packages=find_packages(where= 'src'), install_requires=requirements, )