mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 10:06:28 +02:00
Update ESDS pypi version
This commit is contained in:
parent
b2dfe62758
commit
bb65f367fc
3 changed files with 2 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
||||||
__all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug", "platform"]
|
__all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug", "platform"]
|
||||||
__version__ = "0.0.3"
|
__version__ = "0.0.4"
|
||||||
|
|
||||||
from esds.simulator import Simulator
|
from esds.simulator import Simulator
|
||||||
from esds.rcode import RCode
|
from esds.rcode import RCode
|
||||||
|
|
|
@ -4,6 +4,7 @@ dynamic = ["version"]
|
||||||
dependencies = ["numpy","pyyaml"]
|
dependencies = ["numpy","pyyaml"]
|
||||||
description = "An Extensible Simulator for Distributed Systems"
|
description = "An Extensible Simulator for Distributed Systems"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
keywords = ["simulator","distributed systems","cyber-physical","systems","network","wireless","wired"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools"]
|
||||||
|
|
21
setup.cfg
21
setup.cfg
|
@ -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
|
|
Loading…
Add table
Reference in a new issue