generated from thisisthepy/app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (28 loc) · 787 Bytes
/
pyproject.toml
File metadata and controls
29 lines (28 loc) · 787 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>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "pycomposeui"
version = "0.0.1"
dependencies = [
]
#dependencies-kotlin = [
# "org.jetbrains.compose:compose-ui:0.4.0",
#]
requires-python = ">= 3.8"
#requires-kotlin = ">= 1.4.32"
#authors = [
# {name = "Pradyun Gedam", email = "irack000@gmail.com"},
# {name = "Tzu-Ping Chung", email = "tzu-ping@example.com"}
#]
#maintainers = [
# {name = "Brett Cannon", email = "brett@example.com"}
#]
#description = "Lovely Spam! Wonderful Spam!"
#readme = "README.rst"
#license = {file = "LICENSE.txt"}
#keywords = ["egg", "bacon", "sausage", "tomatoes", "Lobster Thermidor"]
#classifiers = [
# "Development Status :: 4 - Beta",
# "Programming Language :: Python"
#]