summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--esds/__init__.py2
-rw-r--r--pyproject.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/esds/__init__.py b/esds/__init__.py
index 6651316..5242d09 100644
--- a/esds/__init__.py
+++ b/esds/__init__.py
@@ -1,5 +1,5 @@
__all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug", "platform"]
-__version__ = "0.0.1"
+__version__ = "0.0.3"
from esds.simulator import Simulator
from esds.rcode import RCode
diff --git a/pyproject.toml b/pyproject.toml
index 87f7e43..5d6d52d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,6 +2,8 @@
name = "esds"
dynamic = ["version"]
dependencies = ["numpy","pyyaml"]
+description = "An Extensible Simulator for Distributed Systems"
+readme = "README.md"
[build-system]
requires = ["setuptools"]