@@ -249,7 +249,7 @@ across all your projects if incorrectly set.
249
249
250
250
** Environment Variable** : ` POETRY_INSTALLER_ONLY_BINARY `
251
251
252
- * Introduced in 1.9 .0*
252
+ * Introduced in 2.0 .0*
253
253
254
254
When set, this configuration allows users to enforce the use of binary distribution format for all, none or
255
255
specific packages.
@@ -485,7 +485,7 @@ Set the repository URL for `<name>`.
485
485
486
486
See [ Publishable Repositories] ({{< relref "repositories#publishable-repositories" >}}) for more information.
487
487
488
- ### ` http-basic.<name>.[username|password] ` :
488
+ ### ` http-basic.<name>.[username|password] `
489
489
490
490
** Type** : ` string `
491
491
@@ -495,7 +495,7 @@ Set repository credentials (`username` and `password`) for `<name>`.
495
495
See [ Repositories - Configuring credentials] ({{< relref "repositories#configuring-credentials" >}})
496
496
for more information.
497
497
498
- ### ` pypi-token.<name> ` :
498
+ ### ` pypi-token.<name> `
499
499
500
500
** Type** : ` string `
501
501
@@ -505,7 +505,7 @@ Set repository credentials (using an API token) for `<name>`.
505
505
See [ Repositories - Configuring credentials] ({{< relref "repositories#configuring-credentials" >}})
506
506
for more information.
507
507
508
- ### ` certificates.<name>.cert ` :
508
+ ### ` certificates.<name>.cert `
509
509
510
510
** Type** : ` string | boolean `
511
511
@@ -518,7 +518,7 @@ for more information.
518
518
This configuration can be set to ` false ` , if TLS certificate verification should be skipped for this
519
519
repository.
520
520
521
- ### ` certificates.<name>.client-cert ` :
521
+ ### ` certificates.<name>.client-cert `
522
522
523
523
** Type** : ` string `
524
524
@@ -528,7 +528,7 @@ Set client certificate for repository `<name>`.
528
528
See [ Repositories - Configuring credentials - Custom certificate authority] ({{< relref "repositories#custom-certificate-authority-and-mutual-tls-authentication" >}})
529
529
for more information.
530
530
531
- ### ` keyring.enabled ` :
531
+ ### ` keyring.enabled `
532
532
533
533
** Type** : ` boolean `
534
534
0 commit comments