Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions sdk/maps/azure-maps-geolocation/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------

[build-system]
requires = ["setuptools>=77.0.3", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "azure-maps-geolocation"
authors = [
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
]
description = "Microsoft Azure Maps Geolocation Client Library for Python"
license = "MIT"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.8"
keywords = [
"azure",
"azure sdk",
]
version = "1.0.0b4"
dependencies = [
"msrest>=0.6.21",
"azure-common~=1.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
]
dynamic = ["readme"]

[project.urls]
repository = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/maps/azure-maps-geolocation"

[tool.setuptools.dynamic]
readme = {file = [
"README.md",
"CHANGELOG.md",
], content-type = "text/markdown"}

[tool.setuptools.packages.find]
exclude = [
"azure",
"azure.maps",
"doc*",
"generated_samples*",
"generated_tests*",
"samples*",
"swagger*",
"tests*",
]

[tool.azure-sdk-build]
pyright = false
ci_enabled = true
92 changes: 0 additions & 92 deletions sdk/maps/azure-maps-geolocation/setup.py

This file was deleted.

61 changes: 61 additions & 0 deletions sdk/maps/azure-maps-render/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------

[build-system]
requires = ["setuptools>=77.0.3", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "azure-maps-render"
authors = [
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
]
description = "Microsoft Azure Maps Render Client Library for Python"
license = "MIT"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.8"
keywords = [
"azure",
"azure sdk",
]
version = "2.0.0b3"
dependencies = [
"msrest>=0.6.21",
"azure-common~=1.1",
"azure-mgmt-core>=1.3.0,<2.0.0",
]
dynamic = ["readme"]

[project.urls]
repository = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/maps/azure-maps-render"

[tool.setuptools.dynamic]
readme = {file = [
"README.md",
"CHANGELOG.md",
], content-type = "text/markdown"}

[tool.setuptools.packages.find]
exclude = [
"azure",
"azure.maps",
"doc*",
"generated_samples*",
"generated_tests*",
"samples*",
"swagger*",
"tests*",
]

[tool.azure-sdk-build]
pyright = false
ci_enabled = true
96 changes: 0 additions & 96 deletions sdk/maps/azure-maps-render/setup.py

This file was deleted.

61 changes: 61 additions & 0 deletions sdk/maps/azure-maps-route/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------

[build-system]
requires = ["setuptools>=77.0.3", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "azure-maps-route"
authors = [
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
]
description = "Microsoft Azure Maps Route Client Library for Python"
license = "MIT"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.8"
keywords = [
"azure",
"azure sdk",
]
version = "1.0.0b4"
dependencies = [
"msrest>=0.6.21",
"azure-common~=1.1",
"azure-mgmt-core>=1.3.0,<2.0.0",
]
dynamic = ["readme"]

[project.urls]
repository = "https://github.com/Azure/azure-sdk-for-python"

[tool.setuptools.dynamic]
readme = {file = [
"README.md",
"CHANGELOG.md",
], content-type = "text/markdown"}

[tool.setuptools.packages.find]
exclude = [
"azure",
"azure.maps",
"doc*",
"generated_samples*",
"generated_tests*",
"samples*",
"swagger*",
"tests*",
]

[tool.azure-sdk-build]
pyright = false
ci_enabled = true
Loading
Loading