From f7a7af979d89d01928c252e75a57844f710ab928 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 10 Sep 2022 10:06:17 +0200 Subject: Start implementating platform files --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e9582df..b8545b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,9 @@ keywords = simulator, distributed systems, cyber-physical systems, network, wire license = GNU LGPLv3 [options] -install_requires = numpy +install_requires = + numpy + pyyaml packages=find: [options.packages.find] -- cgit v1.2.3