-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from andreyzhd/move-to-gaitlab-account
Updated after the repo move
- Loading branch information
Showing
7 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<item> | ||
<widget class="QLabel" name="label"> | ||
<property name="text"> | ||
<string><html><head/><body><p><span style=" font-weight:600;">Tardieu analysis tool</span></p><p>Version: very much work in progress :)</p><p>Part of the gaitutils python package</p><p><a href="github.com/jjnurminen/gaitutils"><span style=" text-decoration: underline; color:#0000ff;">github.com/jjnurminen/gaitutils</span></a></p><p>Contact: Jussi Nurminen ([email protected])<br/></p><p><br/></p><p><span style=" font-weight:600;">Keys:</span></p><p>Shift+left mouse: add marker</p><p>Shift+right mouse: remove marker</p></body></html></string> | ||
<string><html><head/><body><p><span style=" font-weight:600;">Tardieu analysis tool</span></p><p>Version: very much work in progress :)</p><p>Part of the gaitutils python package</p><p><a href="github.com/NCH-Motion-Laboratory/gaitutils"><span style=" text-decoration: underline; color:#0000ff;">github.com/NCH-Motion-Laboratory/gaitutils</span></a></p><p>Contact: Jussi Nurminen ([email protected])<br/></p><p><br/></p><p><span style=" font-weight:600;">Keys:</span></p><p>Shift+left mouse: add marker</p><p>Shift+right mouse: remove marker</p></body></html></string> | ||
</property> | ||
<property name="alignment"> | ||
<set>Qt::AlignCenter</set> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
author='Jussi Nurminen', | ||
author_email='[email protected]', | ||
license='GPLv3', | ||
url='https://github.com/jjnurminen/gaitutils', | ||
url='https://github.com/NCH-Motion-Laboratory/gaitutils', | ||
packages=find_packages(), | ||
entry_points={'console_scripts': console_entries}, | ||
include_package_data=True, | ||
|