Commit 04365a0
Fix pep517 build (#182)
* Fix PEP 517 build by adding cffi to build requirements
Add cffi>=1.17.1 to pyproject.toml build-system requirements to prevent
pip from falling back to legacy build mode. This ensures CFFI is available
in the isolated build environment that PEP 517 uses.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Remove deprecated setup_requires to enforce PEP 517 builds
Remove setup_requires from setup.py since build requirements are now
properly declared in pyproject.toml. This eliminates the deprecated
fetch_build_eggs code path and forces proper PEP 517 build behavior.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 67cf59e commit 04365a0
3 files changed
+43
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
85 | 98 | | |
86 | 99 | | |
87 | 100 | | |
| |||
155 | 168 | | |
156 | 169 | | |
157 | 170 | | |
158 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
159 | 193 | | |
160 | 194 | | |
161 | 195 | | |
162 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
163 | 199 | | |
164 | 200 | | |
165 | 201 | | |
166 | 202 | | |
167 | 203 | | |
168 | | - | |
169 | 204 | | |
170 | 205 | | |
171 | 206 | | |
| |||
176 | 211 | | |
177 | 212 | | |
178 | 213 | | |
179 | | - | |
| 214 | + | |
180 | 215 | | |
181 | 216 | | |
182 | 217 | | |
| |||
242 | 277 | | |
243 | 278 | | |
244 | 279 | | |
| 280 | + | |
245 | 281 | | |
246 | 282 | | |
247 | 283 | | |
248 | 284 | | |
249 | | - | |
| 285 | + | |
250 | 286 | | |
251 | 287 | | |
252 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
47 | | - | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
0 commit comments