1
- # Rename to build stable version
2
- # This is stable version
1
+ # Rename to build dev version
2
+ # This is dev version
3
3
[build-system ]
4
- requires = [" setuptools>=61.0 " ]
4
+ requires = [" setuptools" ]
5
5
build-backend = " setuptools.build_meta"
6
6
7
7
[project ]
8
- name = " je_editor "
9
- version = " 0.0.202 "
8
+ name = " je_editor_dev "
9
+ version = " 0.0.223 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
13
13
description = " JEditor is basic but powerful editor include GPT"
14
14
requires-python = " >=3.9"
15
- license = { text = " MIT " }
15
+ license-files = [ " LICENSE " ]
16
16
dependencies = [
17
- " PySide6==6.8.2.1 " , " qt-material" , " yapf" , " frontengine" , " pycodestyle" , " jedi" , " qtconsole"
17
+ " PySide6==6.8.3 " , " qt-material" , " yapf" , " frontengine" , " pycodestyle" , " jedi" , " qtconsole"
18
18
]
19
19
classifiers = [
20
20
" Programming Language :: Python :: 3.9" ,
21
21
" Development Status :: 2 - Pre-Alpha" ,
22
22
" Environment :: Win32 (MS Windows)" ,
23
23
" Environment :: MacOS X" ,
24
24
" Environment :: X11 Applications" ,
25
- " License :: OSI Approved :: MIT License" ,
26
25
" Operating System :: OS Independent"
27
26
]
28
27
29
-
30
28
[project .urls ]
31
29
Homepage = " https://github.com/JE-Chen/je_editor"
32
30
Documentation = " https://je-editor.readthedocs.io/en/latest/"
@@ -36,8 +34,6 @@ Code = "https://github.com/JE-Chen/je_editor"
36
34
file = " README.md"
37
35
content-type = " text/markdown"
38
36
39
- [tool .setuptools ]
40
- license-files = [" LICENSE" ]
41
37
42
38
[tool .setuptools .packages ]
43
39
find = { namespaces = false }
0 commit comments