Skip to content

Commit 2c78c2c

Browse files
Updated manifest details
1 parent c5f7c73 commit 2c78c2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/EnablePython.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ PowerShellVersion = '3.0'
6666
# NestedModules = @()
6767

6868
# Functions to export from this module
69-
FunctionsToExport = '*'
69+
FunctionsToExport = @("Get-Python","Enable-Python","Disable-Python")
7070

7171
# Cmdlets to export from this module
72-
CmdletsToExport = ''
72+
CmdletsToExport = @()
7373

7474
# Variables to export from this module
75-
VariablesToExport = ''
75+
VariablesToExport = @()
7676

7777
# Aliases to export from this module
78-
AliasesToExport = '*'
78+
AliasesToExport = @()
7979

8080
# List of all modules packaged with this module
8181
# ModuleList = @()

0 commit comments

Comments
 (0)