psCalc.psd1

@{ 
RootModule = 'psCalc.psm1'
ModuleVersion = '1.11.0'
GUID = '3e34fb2b-96a1-444a-89b8-a3ee0e3d9c2a'
Author = 'earthdiver1'
Description = 'A tool that enables the use of the PowerShell console as a scientific calculator.'
AliasesToExport = 'psCalc'
PrivateData = @{
   PSData = @{
      Tags = @('calc','calculator','expression','math')
   }
}
}