File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools~=67 .0" , " setuptools_scm~=6.2" ]
2
+ requires = [" setuptools~=78 .0" , " setuptools_scm~=6.2" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
@@ -32,7 +32,7 @@ yowasp-nextpnr-ecp5 = "yowasp_nextpnr_ecp5:_run_nextpnr_ecp5_argv"
32
32
"Bug Tracker" = " https://github.com/YoWASP/nextpnr/issues"
33
33
34
34
[tool .setuptools .package-data ]
35
- yowasp_nextpnr_ecp5 = [
35
+ yowasp_nextpnr_ecp5 = [
36
36
" *.wasm" ,
37
37
" share/trellis/database/devices.json" ,
38
38
" share/trellis/database/ECP5/tiledata/**/*" ,
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools~=67 .0" , " setuptools_scm~=6.2" ]
2
+ requires = [" setuptools~=78 .0" , " setuptools_scm~=6.2" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools~=67 .0" , " setuptools_scm~=6.2" ]
2
+ requires = [" setuptools~=78 .0" , " setuptools_scm~=6.2" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
@@ -33,6 +33,6 @@ yowasp-nextpnr-ice40 = "yowasp_nextpnr_ice40:_run_nextpnr_ice40_argv"
33
33
34
34
[tool .setuptools .package-data ]
35
35
yowasp_nextpnr_ice40 = [
36
- " *.wasm" ,
36
+ " *.wasm" ,
37
37
" share/ice40/chipdb-*.bin"
38
38
]
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools~=67 .0" , " setuptools_scm~=6.2" ]
2
+ requires = [" setuptools~=78 .0" , " setuptools_scm~=6.2" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
@@ -21,7 +21,7 @@ dependencies = [
21
21
[project .scripts ]
22
22
# If two packages install scripts under the same name, the first package that is removed also
23
23
# removes the script launcher. This is undesirable, and to resolve the conflict with
24
- # yowasp-nextpnr-ecp5, the scripts in yowasp-nextpnr-machxo2 are renamed.
24
+ # yowasp-nextpnr-ecp5, the scripts in yowasp-nextpnr-machxo2 are renamed.
25
25
yowasp-xo2pll = " yowasp_nextpnr_machxo2:_run_ecppll_argv"
26
26
yowasp-xo2bram = " yowasp_nextpnr_machxo2:_run_ecpbram_argv"
27
27
yowasp-xo2multi = " yowasp_nextpnr_machxo2:_run_ecpmulti_argv"
@@ -35,7 +35,7 @@ yowasp-nextpnr-machxo2 = "yowasp_nextpnr_machxo2:_run_nextpnr_machxo2_argv"
35
35
"Bug Tracker" = " https://github.com/YoWASP/nextpnr/issues"
36
36
37
37
[tool .setuptools .package-data ]
38
- yowasp_nextpnr_machxo2 = [
38
+ yowasp_nextpnr_machxo2 = [
39
39
" *.wasm" ,
40
40
" share/trellis/database/devices.json" ,
41
41
" share/trellis/database/MachXO2/tiledata/**/*" ,
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools~=67 .0" , " setuptools_scm~=6.2" ]
2
+ requires = [" setuptools~=78 .0" , " setuptools_scm~=6.2" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
You can’t perform that action at this time.
0 commit comments