Include empty folders in Empty_project
This commit is contained in:
parent
776231ebdb
commit
1a48c7604e
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = pose2sim
|
name = pose2sim
|
||||||
version = 0.4.8
|
version = 0.4.9
|
||||||
author = David Pagnon
|
author = David Pagnon
|
||||||
author_email = contact@david-pagnon.com
|
author_email = contact@david-pagnon.com
|
||||||
description = Perform a markerless kinematic analysis from multiple calibrated views as a unified workflow from an OpenPose input to an OpenSim result.
|
description = Perform a markerless kinematic analysis from multiple calibrated views as a unified workflow from an OpenPose input to an OpenSim result.
|
||||||
@ -29,7 +29,7 @@ project_urls =
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
zip_safe = False
|
zip_safe = False
|
||||||
python_requires = >=3.6
|
python_requires = >=3.8
|
||||||
install_requires =
|
install_requires =
|
||||||
toml
|
toml
|
||||||
numpy
|
numpy
|
||||||
@ -49,4 +49,4 @@ install_requires =
|
|||||||
packages = find_namespace:
|
packages = find_namespace:
|
||||||
|
|
||||||
[options.package_data]
|
[options.package_data]
|
||||||
* = Demo/**, Empty_project/**, Empty_project/.*
|
* = Empty_project/**, Empty_project/**/.*, Empty_project/**/**/.*, Empty_project/**/**/**/.*, Empty_project/**/**/**/**/.*
|
||||||
|
Loading…
Reference in New Issue
Block a user