Skip to content

Commit 3bbc2b8

Browse files
committed
bpo-36010: Add venv to the nuget distribution
1 parent f40b4a0 commit 3bbc2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/layout/support/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def public(f):
5353
},
5454
"nuget": {
5555
"help": "nuget package",
56-
"options": ["stable", "pip", "distutils", "dev", "props"],
56+
"options": ["stable", "pip", "distutils", "venv", "dev", "props"],
5757
},
5858
"default": {
5959
"help": "development kit package",

0 commit comments

Comments
 (0)