Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoValliPhD committed Jun 18, 2024
1 parent dab9765 commit 274d898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/isek_jek_tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can download the sample files and the sample scripts [here](https://drive.go

<br> <!-- links in HTML should be full links-->

## 2023 ISEK Workshop
## 2024 ISEK Workshop

**Workshop: Simplified analysis of motor unit properties with *openhdemg*.**

Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Copyright (C) 2023 Giacomo Valli, Paul Ritsche
# Copyright (C) 2022 - 2024. The openhdemg community.

# For the openhdemg version
# To read the content of the README or description file
from pathlib import Path

# To install required dependencies
from setuptools import setup

import openhdemg as emg
import openhdemg

INSTALL_REQUIRES = [
"customtkinter==5.2.1",
Expand Down Expand Up @@ -68,7 +67,7 @@
"Source Code": "https://github.com/GiacomoValliPhD/openhdemg",
"Bug Tracker": "https://github.com/GiacomoValliPhD/openhdemg/issues",
},
version=emg.__version__,
version=openhdemg.__version__,
install_requires=INSTALL_REQUIRES,
include_package_data=True,
packages=PACKAGES,
Expand Down

0 comments on commit 274d898

Please sign in to comment.