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

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