Commit a3cc66f
committed
Fix: Proper includes for Python wheel
Previous wheels did not include the package sources.
This change makes sure the top-level dm_robotics directory is included
even though it does not contain a __init__.py file for compatibility
with other packages under the same directory.1 parent b13c727 commit a3cc66f
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments