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
64 changes: 64 additions & 0 deletions sdk/purview/azure-purview-administration/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
# --------------------------------------------------------------------------
# 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-purview-administration"
authors = [
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
]
description = "Microsoft Azure Purview Administration 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.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
requires-python = ">=3.6"
keywords = [
"azure",
"azure sdk",
]
version = "1.0.0b2"
dependencies = [
"azure-core<2.0.0,>=1.23.0",
"msrest>=0.6.21",
"six>=1.11.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.package-data]
pytyped = ["py.typed"]

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

[tool.azure-sdk-build]
pyright = false
ci_enabled = false
76 changes: 0 additions & 76 deletions sdk/purview/azure-purview-administration/setup.py

This file was deleted.

64 changes: 64 additions & 0 deletions sdk/purview/azure-purview-datamap/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
# --------------------------------------------------------------------------
# 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-purview-datamap"
authors = [
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
]
description = "Microsoft Azure Purview Datamap 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.0b3"
dependencies = [
"isodate<1.0.0,>=0.6.1",
"azure-core<2.0.0,>=1.30.0",
"typing-extensions>=4.6.0",
]
dynamic = ["readme"]

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

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

[tool.setuptools.package-data]
pytyped = ["py.typed"]

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

[tool.azure-sdk-build]
pylint = false
sphinx = false
71 changes: 0 additions & 71 deletions sdk/purview/azure-purview-datamap/setup.py

This file was deleted.

64 changes: 64 additions & 0 deletions sdk/purview/azure-purview-scanning/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
# --------------------------------------------------------------------------
# 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-purview-scanning"
authors = [
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
]
description = "Microsoft Azure Purview Scanning 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.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
requires-python = ">=3.6"
keywords = [
"azure",
"azure sdk",
]
version = "1.0.0b3"
dependencies = [
"azure-core<2.0.0,>=1.23.0",
"msrest>=0.6.21",
"six>=1.11.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.package-data]
pytyped = ["py.typed"]

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

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