Update cctext deployment - use pip install
This commit is contained in:
parent
83d8edd133
commit
06c34b7966
Binary file not shown.
|
@ -1,18 +1,23 @@
|
|||
$version = Get-Content VERSION
|
||||
|
||||
$config = @{
|
||||
'Path' = '.\ConceptDeploy\ConceptDeploy.psd1'
|
||||
'Author' = 'IRBorisov'
|
||||
'CompanyName' = 'CIHT Concept'
|
||||
'ModuleVersion' = "$version"
|
||||
'RootModule' = 'ConceptDeploy.psm1'
|
||||
'FunctionsToExport' = @('Initialize-Python', 'Install-PythonLibs', 'Install-PSLatest', 'Push-PythonPackage', 'Push-DLL', 'Expand-TarGZ'
|
||||
'Get-ExchangePath', 'Get-ProjectsPath', 'Get-ServerDistr', 'Get-ConceptLocal',
|
||||
'Save-DistrManifest', 'Open-DistrManifest', 'Install-Product', 'Enable-Product', 'Disable-Product')
|
||||
'CmdletsToExport' = @()
|
||||
'Path' = '.\ConceptDeploy\ConceptDeploy.psd1'
|
||||
'Author' = 'IRBorisov'
|
||||
'CompanyName' = 'CIHT Concept'
|
||||
'ModuleVersion' = "$version"
|
||||
'RootModule' = 'ConceptDeploy.psm1'
|
||||
'FunctionsToExport' = @(
|
||||
'Install-PSLatest',
|
||||
'Initialize-Python', 'Install-PythonLibs',
|
||||
'Push-PythonPackage', 'Push-DLL', 'Expand-TarGZ',
|
||||
'Get-ExchangePath', 'Get-ProjectsPath', 'Get-ServerDistr', 'Get-ConceptLocal',
|
||||
'Save-DistrManifest', 'Open-DistrManifest',
|
||||
'Install-Product', 'Enable-Product', 'Disable-Product'
|
||||
)
|
||||
'CmdletsToExport' = @()
|
||||
'VariablesToExport' = ''
|
||||
'AliasesToExport' = @()
|
||||
'Description' = 'CIHT Concept tools deployment module'
|
||||
'AliasesToExport' = @()
|
||||
'Description' = 'CIHT Concept tools deployment module'
|
||||
}
|
||||
|
||||
New-ModuleManifest @config
|
Binary file not shown.
|
@ -2,11 +2,11 @@
|
|||
|
||||
$global:globalLibs = @(
|
||||
'pywin32',
|
||||
'pandas'
|
||||
'pandas',
|
||||
'cctext'
|
||||
)
|
||||
|
||||
$global:localLibs = @(
|
||||
'cctext',
|
||||
'vbatopy'
|
||||
)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.0.1
|
||||
3.1.0
|
Loading…
Reference in New Issue
Block a user