mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-05 17:46:29 +02:00
Improve package specification
This commit is contained in:
parent
e082a7b519
commit
c1ac340350
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue