This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Commit d8428ee
committed
use correct data structure when adding compiled CSS files to distutils data files manifest
According to the docs, an entry in data_files should either be a single string,
or a two-tuple of (dir_name, [list_of_files]).1 parent 31bd55a commit d8428ee
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
142 | 147 | | |
143 | 148 | | |
144 | 149 | | |
| |||
0 commit comments