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