--- /dev/null
+[metadata]
+name = cr_vmware_tpl
+description = Modules for Creating of VMWare templates
+author = Frank Brehm
+author_email = frank.brehm@pixelpark.com
+url = https://git.pixelpark.com/ppadmin/create-vmware-tpl
+license = LGPL3+
+platforms = posix
+provides = cr_vmware_tpl
+classifiers =
+ Development Status :: 3 - Alpha
+ Environment :: Console
+ Intended Audience :: Developers
+ License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
+ Natural Language :: English
+ Operating System :: POSIX
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
+ Topic :: Software Development :: Libraries :: Python Modules
+
+[options]
+package_dir=
+ =lib
+
+install_requires =
+ requests
+ six
+ Babel
+ fb_logging
+ fb_tools
+ fb_pdnstools
+
+setup_requires =
+ requests
+ six
+ Babel
+ fb_logging
+ fb_tools
+ fb_pdnstools
+
+packages=find:
+
+[options.packages.find]
+where=lib
+
+[compile_catalog]
+domain = create_vm_template
+directory = locale
+statistics = 1
+
+[pep8]
+
+max-line-length = 99
+
+[flake8]
+
+max-line-length = 99
+max-complexity = 20
+ignore = E226,E302,E41,E402
+
+# vim: filetype=dosini