Skip to content

Commit

Permalink
fix data paths
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymatthews50 committed Jan 5, 2024
1 parent 517c48e commit af2d462
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ install_requires =
tqdm>=4.65
tk>=0.1
pillow>=0.9

[options.packages.find]
where = src
[options.package_data]
python_shape_stats =
python_shape_stats/data/sim_faces/*.*
python_shape_stats/data/sim_faces/faces/*.obj
python_shape_stats/data/sim_faces/nose/*.obj
python_shape_stats/data/sim_faces/forehead_orbits/*.obj
data/sim_faces/*.*
data/sim_faces/faces/*.obj
data/sim_faces/nose/*.obj
data/sim_faces/forehead_orbits/*.obj

[options.packages.find]
where = src


0 comments on commit af2d462

Please sign in to comment.