1[metadata] 2name = acrn-config-tools 3version = 3.0 4author = Intel 5author_email = acrn-dev@lists.projectacrn.org 6description = Supporting libraries of ACRN configuration toolset 7long_description = file: README.md 8long_description_content_type = text/markdown 9url = https://github.com/projectacrn/acrn-hypervisor 10project_urls = 11 Bug Tracker = https://github.com/projectacrn/acrn-hypervisor/issues 12classifiers = 13 Programming Language :: Python :: 3 14 License :: OSI Approved :: BSD-3-Clause License 15 Operating System :: OS Independent 16 Private :: Do Not Upload 17 18[options] 19package_dir = 20 = . 21packages = find: 22include_package_data = True 23python_requires = >=3.6 24 25[options.packages.find] 26where = . 27 28[options.package_data] 29schema = *, */*, */*/*, */*/*/*, */*/*/*/* 30launch_config = *, */*, */*/*, */*/*/*, */*/*/*/* 31data = *, */*, */*/*, */*/*/*, */*/*/*/* 32configurator = packages/configurator/build/assets/scenario.json 33