-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (30 loc) · 873 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (30 loc) · 873 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
30
31
32
33
34
35
36
[project]
name = "flet-carousel-slider"
version = "24.11.0"
description = "FletCarouselSlider control"
readme = "README.md"
requires-python = ">=3.9"
authors = [
{ name = "HappyCoders256", email = "kimjovanne@gmail.com" }
]
dependencies = [
"flet>=0.27.5",
]
[project.urls]
Homepage = "https://mydomain.dev"
Documentation = "https://github.com/MyGithubAccount/flet-carousel-slider"
Repository = "https://github.com/MyGithubAccount/flet-carousel-slider"
Issues = "https://github.com/MyGithubAccount/flet-carousel-slider/issues"
[tool.setuptools.package-data]
"flutter.flet_carousel_slider" = ["**/*"]
[tool.uv]
dev-dependencies = [
"flet[all]==0.27.5",
]
[tool.poetry.group.dev.dependencies]
flet = {extras = ["all"], version = "0.27.5"}
[tool.setuptools]
license-files = []
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"