Start implementating platform files

This commit is contained in:
Loic Guegan 2022-09-10 10:06:17 +02:00
parent 54d88bce8f
commit f7a7af979d
5 changed files with 40 additions and 1 deletions

View file

@ -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]