-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
27 lines (25 loc) · 839 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = Munki-Manifest-Generator
version = 1.2.1
author = Tobias Almén
author_email = [email protected]
description = Tool to create and update Munki manifests for devices managed in Intune
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/almenscorner/munki-manifest-generator
project_urls =
Bug Tracker = https://github.com/almenscorner/munki-manifest-generator/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
python_requires = >=3.7
install_requires =
msal >= 1.20.0
msrest>=0.7.1
azure-storage-blob >= 12.15.0
retrying >= 1.3.4
[options.entry_points]
console_scripts =
munki-manifest-generator = munki_manifest_generator.main:main