File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools>=61.0" ]
3
+ build-backend = " setuptools.build_meta"
4
+
1
5
[project ]
2
6
name = " koreui"
3
- version = " 0.1.2 "
7
+ version = " 0.1.3 "
4
8
description = " Dynamic GUI Generator from JSON Schema"
5
9
readme = " README.md"
6
10
requires-python = " >=3.10"
7
11
license = { text = " MIT" }
12
+
8
13
authors = [
9
14
{
name =
" TheJupiterDev" ,
email =
" [email protected] " }
10
15
]
16
+
11
17
dependencies = [
12
18
" PySide6>=6.9.0" ,
13
19
]
14
20
15
21
[project .urls ]
16
22
Homepage = " https://github.com/TheJupiterDev/KoreUI"
17
- Repository = " https://github.com/TheJupiterDev/KoreUI.git"
23
+ Repository = " https://github.com/TheJupiterDev/KoreUI.git"
24
+
25
+ [tool .setuptools ]
26
+ package-dir = { "koreui" = " src" }
27
+
28
+ [tool .setuptools .packages .find ]
29
+ where = [" src" ]
Original file line number Diff line number Diff line change 1
1
from .kore import JsonSchemaForm
2
2
from .loader import load_schema
3
3
4
- __version__ = "0.1.2 "
4
+ __version__ = "0.1.3 "
5
5
6
- __all__ = [
7
- "JsonSchemaForm" ,
8
- "load_schema" ,
9
- ]
6
+ __all__ = ["JsonSchemaForm" , "load_schema" ,]
You can’t perform that action at this time.
0 commit comments