Skip to content

Commit

Permalink
Fixing PyPi description.
Browse files Browse the repository at this point in the history
  • Loading branch information
senthurayyappan committed Sep 20, 2023
1 parent 357b9dd commit 66ad428
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# opensourceleg
<h1>opensourceleg</h1>

[![Build status](https://github.com/imsenthur/opensourceleg/workflows/build/badge.svg?branch=master&event=push)](https://github.com/imsenthur/opensourceleg/actions?query=workflow%3Abuild)
[![Documentation Status](https://readthedocs.org/projects/opensourceleg/badge/?version=latest)](https://opensourceleg.readthedocs.io/en/latest/?badge=latest)
Expand All @@ -16,3 +16,5 @@
An open-source software library for numerical computation, data acquisition, <br>and control of lower-limb robotic prostheses.

<img src="assets/images/banner.gif" width="800" title="Open-Source Leg">

</div>
2 changes: 1 addition & 1 deletion opensourceleg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""An open-source software library for numerical computation, data acquisition, and control of lower-limb robotic prosthesis."""
"""An open-source software library for numerical computation, data acquisition, and control of lower-limb robotic prostheses."""

import sys
from importlib import metadata as importlib_metadata
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "opensourceleg"
version = "1.2.12"
version = "1.2.13"
description = "An open-source software library for numerical computation, data acquisition, and control of lower-limb robotic prostheses."
readme = "README.md"
authors = ["Open-source Leg <[email protected]>"]
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[metadata]
description-file = README.md

[darglint]
# https://github.com/terrencepreilly/darglint
strictness = long
Expand Down
Binary file removed tests/knee_encoder_map.npy
Binary file not shown.

0 comments on commit 66ad428

Please sign in to comment.