Improve package specification

This commit is contained in:
Loic Guegan 2023-06-29 10:16:16 +02:00
parent e082a7b519
commit c1ac340350
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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"]