-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
23 lines (20 loc) · 1022 Bytes
/
pyproject.toml
File metadata and controls
23 lines (20 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build-system]
requires = [ "setuptools>=61.0", "redis>=1.0.0", "pandas>1.0.0", "requests>1.0.0", "boto3>1.0.0",]
build-backend = "setuptools.build_meta"
[project]
name = "dataplane"
version = "0.0.0"
description = "The data engineering library to build robust, reliable and on time data pipelines in Python."
readme = "README.md"
requires-python = ">=3.7"
classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent",]
keywords = [ "workflow", "data-science", "data", "airflow", "etl", "dataplane", "data-engineering", "data-pipelines", "datawarehouse", "automation", "data-analysis", "scheduler",]
[[project.authors]]
name = "Saul Frank"
[[project.authors]]
name = "Dataplane Automation Limited"
[project.urls]
Homepage = "https://dataplane.app"
Github = "https://github.com/dataplane-app/dataplane-python-package"
Issues = "https://github.com/dataplane-app/dataplane/issues"
Feedback = "https://github.com/dataplane-app/dataplane/discussions"