-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (24 loc) · 748 Bytes
/
pyproject.toml
File metadata and controls
29 lines (24 loc) · 748 Bytes
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
27
28
29
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "python-scs"
version = "1.2"
description = "Agendador de Scripts Python usando Crontab com Painel Streamlit"
readme = "README.md"
authors = [{ name = "Iago Almeida", email = "seuemail@example.com" }]
license = { file = "LICENSE" }
dependencies = [
"python-crontab",
"croniter",
"psutil"
]
requires-python = ">=3.7"
[project.optional-dependencies]
streamlit = ["streamlit"]
[project.urls]
Homepage = "https://github.com/iagobalmeida/python_scs"
Documentation = "https://github.com/iagobalmeida/python_scs/blob/main/README.md"
[tool.setuptools.packages.find]
where = ["."]
include = ["python_scs*"] # Apenas o pacote desejado