Update ESDS pypi version

This commit is contained in:
Loïc Guégan 2023-10-30 11:50:37 +01:00
parent b2dfe62758
commit bb65f367fc
3 changed files with 2 additions and 22 deletions

View file

@ -1,5 +1,5 @@
__all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug", "platform"]
__version__ = "0.0.3"
__version__ = "0.0.4"
from esds.simulator import Simulator
from esds.rcode import RCode

View file

@ -4,6 +4,7 @@ dynamic = ["version"]
dependencies = ["numpy","pyyaml"]
description = "An Extensible Simulator for Distributed Systems"
readme = "README.md"
keywords = ["simulator","distributed systems","cyber-physical","systems","network","wireless","wired"]
[build-system]
requires = ["setuptools"]

View file

@ -1,21 +0,0 @@
[metadata]
name = esds
version = attr: esds.__version__
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.entry_points]
console_scripts =
esds = esds:main
[options]
install_requires =
numpy
pyyaml
packages=find:
[options.packages.find]
exclude = manual