We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01806ee commit 889ac5dCopy full SHA for 889ac5d
setup.py
@@ -22,6 +22,7 @@
22
'monoloco.visuals',
23
'monoloco.utils'
24
],
25
+ package_data={'monoloco.network': ['*.yaml']},
26
license='GNU AGPLv3',
27
description=' A 3D vision library from 2D keypoints',
28
long_description=open('README.md').read(),
0 commit comments