File: sku.py

package info (click to toggle)
microsoft-authentication-library-for-python 1.34.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,320 kB
  • sloc: python: 8,613; xml: 2,783; sh: 27; makefile: 19
file content (6 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
"""This module is from where we recieve the client sku name and version.
"""

# The __init__.py will import this. Not the other way around.
__version__ = "1.34.0"
SKU = "MSAL.Python"