diff --git a/docs/isek_jek_tutorials.md b/docs/isek_jek_tutorials.md index c69dec6..7095818 100644 --- a/docs/isek_jek_tutorials.md +++ b/docs/isek_jek_tutorials.md @@ -26,7 +26,7 @@ You can download the sample files and the sample scripts [here](https://drive.go
-## 2023 ISEK Workshop +## 2024 ISEK Workshop **Workshop: Simplified analysis of motor unit properties with *openhdemg*.** diff --git a/setup.py b/setup.py index fdbb904..105d373 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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,