[paste.server_factory]
iis = iiswsgi.server:server_factory

[distutils.commands]
bdist_msdeploy = iiswsgi.bdist_msdeploy:bdist_msdeploy
test_msdeploy = iiswsgi.test_msdeploy:test_msdeploy
build_msdeploy = iiswsgi.build_msdeploy:build_msdeploy
install_msdeploy = iiswsgi.install_msdeploy:install_msdeploy
clean_webpi = iiswsgi.clean_webpi:clean_webpi
bdist_webpi = iiswsgi.bdist_webpi:bdist_webpi

[console_scripts]
iiswsgi_install = iiswsgi.install_msdeploy:install_console
iiswsgi = iiswsgi.server:run
iiswsgi_install_fcgi_app = iiswsgi.fcgi:install_fcgi_app_console

[paste.app_factory]
test_app = iiswsgi.server:make_test_app

[distutils.setup_keywords]
msdeploy_url_template = iiswsgi.options:assert_string
install_msdeploy = iiswsgi.options:assert_list
display_url = iiswsgi.options:assert_string
icon_url = iiswsgi.options:assert_string
help_url = iiswsgi.options:assert_string
discovery_file = iiswsgi.options:assert_string
install_webpi = iiswsgi.options:assert_list
license_url = iiswsgi.options:assert_string
author_url = iiswsgi.options:assert_string
published = iiswsgi.options:assert_string
screenshot_url = iiswsgi.options:assert_string
title = iiswsgi.options:assert_string

[paste.server_runner]
iis = iiswsgi.server:server_runner

