diff --git a/README.md b/README.md index fc1e56c..e001529 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # pySimBlocks +[![PyPI version](https://img.shields.io/pypi/v/pySimBlocks.svg)](https://pypi.org/project/pySimBlocks/) +[![Python](https://img.shields.io/pypi/pyversions/pySimBlocks.svg)](https://pypi.org/project/pySimBlocks/) +[![License](https://img.shields.io/github/license/AlessandriniAntoine/pySimBlocks)](./LICENSE.md) + +--- + A deterministic block-diagram simulation framework for discrete-time modeling, co-simulation and research prototyping in Python. @@ -24,6 +30,13 @@ using either: ## Installation +### From PyPI + +Install the latest stable version from PyPI using pip: +``` +pip install pySimBlocks +``` + ### From GitHub Install directly from GitHub using pip: diff --git a/pyproject.toml b/pyproject.toml index 592aa1d..746d875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pySimBlocks" -version = "0.1.0" +version = "0.1.1" description = "A block-diagram simulation environment with PySide6 editor" authors = [ {name = "Antoine Alessandrini", email = "antoine.alessandrini@univ-lille.fr"} @@ -18,10 +18,6 @@ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Intended Audience :: Education", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Visualization", ]