Skip to content

Commit

Permalink
fixed setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Jul 30, 2024
1 parent a273125 commit 0b7b5e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pose2sim
version = 0.9.7
version = 0.9.8
author = David Pagnon
author_email = [email protected]
description = Perform a markerless kinematic analysis from multiple calibrated views as a unified workflow from an OpenPose input to an OpenSim result.
Expand Down Expand Up @@ -55,5 +55,4 @@ install_requires =
packages = find_namespace:

[options.package_data]
* = OpenSim_Setup/**, MarkerAugmenter/**,
Demo_SinglePerson/**, Demo_SinglePerson/**/.*, Demo_SinglePerson/**/**/.*, Demo_SinglePerson/**/**/**/.*, Demo_MultiPerson/**, Demo_MultiPerson/**/.*, Demo_Batch/**, Demo_Batch/**/.*, Demo_Batch/**/**/.*
* = OpenSim_Setup/**, MarkerAugmenter/**, Demo_SinglePerson/**, Demo_SinglePerson/**/.*, Demo_SinglePerson/**/**/.*, Demo_SinglePerson/**/**/**/.*, Demo_MultiPerson/**, Demo_MultiPerson/**/.*, Demo_Batch/**, Demo_Batch/**/.*, Demo_Batch/**/**/.*

0 comments on commit 0b7b5e2

Please sign in to comment.