From f8ed27ffe8a2e63f9aeacb6a0e02afea1985971e Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Mon, 17 Oct 2022 15:58:54 -0700 Subject: [PATCH] Update setup.py --- sdk/template/azure-template/setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sdk/template/azure-template/setup.py b/sdk/template/azure-template/setup.py index b6b90c197d56..301c03b7dc8f 100644 --- a/sdk/template/azure-template/setup.py +++ b/sdk/template/azure-template/setup.py @@ -45,7 +45,6 @@ "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", @@ -64,12 +63,12 @@ ), include_package_data=True, package_data={ - 'pytyped': ['py.typed'], + 'azure.template': ['py.typed'], }, install_requires=[ "azure-core<2.0.0,>=1.10.0", ], - python_requires=">=3.6", + python_requires=">=3.7", project_urls={ "Bug Reports": "https://github.com/Azure/azure-sdk-for-python/issues", "Source": "https://github.com/Azure/azure-sdk-python",