summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-10-30 11:50:37 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-10-30 11:50:37 +0100
commitbb65f367fc39615187272422b298bb4a9314588a (patch)
tree5095d59a5f471a0f9411f074c5d08c53f0f5f4a6
parentb2dfe627589fa29eaea1f4a7d390aded4462b78b (diff)
Update ESDS pypi version
-rw-r--r--esds/__init__.py2
-rw-r--r--pyproject.toml1
-rw-r--r--setup.cfg21
3 files changed, 2 insertions, 22 deletions
diff --git a/esds/__init__.py b/esds/__init__.py
index 5242d09..9801ea5 100644
--- a/esds/__init__.py
+++ b/esds/__init__.py
@@ -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
diff --git a/pyproject.toml b/pyproject.toml
index 5d6d52d..06c8e07 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"]
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index 4004842..0000000
--- a/setup.cfg
+++ /dev/null
@@ -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 \ No newline at end of file