Major refactoring:

- Create pip package
- Reorganized source code
This commit is contained in:
Loic Guegan 2022-06-14 17:13:46 +02:00
parent b6877cb81e
commit 7f13c95e16
37 changed files with 28 additions and 56 deletions

11
setup.cfg Normal file
View file

@ -0,0 +1,11 @@
[metadata]
name = esds
version = 0.0.1
author = Loic Guegan
maintainer = Loic Guegan
description = Extensible Simulator of Distributed Systems
keywords = simulator, distributed systems, cyber-physical systems, network, wireless, wired
license = GNU LGPLv3
[options]
install_requires = numpy >= 1.22.4