-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
26 lines (24 loc) · 865 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "dtstools"
version = "0.0.9"
authors = [
{ name="Reginaldo Silva", email="reginaldo.silva@dataside.com.br" },
]
description = "This package aims to provide features for working with Delta Lake."
readme = "README.md"
requires-python = ">=3.7"
license = { file = "LICENSE" }
keywords = ["tableSize", "tableMaintenance", "help", "deltaLake", "Spark", "Databricks", "Fabric"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"DataInAction" = "https://www.datainaction.dev/blog"
"Bug Tracker" = "https://github.com/reginaldosilva27/dtstools"
"README" = "https://www.datainaction.dev/blog"
"Dataside" = "https://www.dataside.com.br"