File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 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.208 "
8
+ name = " je_editor_dev "
9
+ version = " 0.0.230 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
@@ -23,11 +23,9 @@ classifiers = [
23
23
" Environment :: Win32 (MS Windows)" ,
24
24
" Environment :: MacOS X" ,
25
25
" Environment :: X11 Applications" ,
26
- " License :: OSI Approved :: MIT License" ,
27
26
" Operating System :: OS Independent"
28
27
]
29
28
30
-
31
29
[project .urls ]
32
30
Homepage = " https://github.com/JE-Chen/je_editor"
33
31
Documentation = " https://je-editor.readthedocs.io/en/latest/"
@@ -37,5 +35,6 @@ Code = "https://github.com/JE-Chen/je_editor"
37
35
file = " README.md"
38
36
content-type = " text/markdown"
39
37
38
+
40
39
[tool .setuptools .packages ]
41
40
find = { namespaces = false }
Original file line number Diff line number Diff line change 1
- PySide6==6.8.2 .1
1
+ PySide6==6.9 .1
2
2
sphinx
3
3
twine
4
4
build
Original file line number Diff line number Diff line change 3
3
4
4
logging .root .setLevel (logging .DEBUG )
5
5
jeditor_logger = logging .getLogger ("JEditor" )
6
+ jeditor_logger .setLevel (logging .WARNING )
6
7
formatter = logging .Formatter ('%(asctime)s | %(name)s | %(levelname)s | %(message)s' )
7
8
8
-
9
9
class JEditorLoggingHandler (RotatingFileHandler ):
10
10
11
11
# redirect logging stderr output to queue
Original file line number Diff line number Diff line change 1
- # Rename to build dev version
2
- # This is dev version
1
+ # Rename to build stable version
2
+ # This is stable version
3
3
[build-system ]
4
- requires = [" setuptools" ]
4
+ requires = [" setuptools>=61.0 " ]
5
5
build-backend = " setuptools.build_meta"
6
6
7
7
[project ]
8
- name = " je_editor_dev "
9
- version = " 0.0.228 "
8
+ name = " je_editor "
9
+ version = " 0.0.209 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
@@ -23,9 +23,11 @@ classifiers = [
23
23
" Environment :: Win32 (MS Windows)" ,
24
24
" Environment :: MacOS X" ,
25
25
" Environment :: X11 Applications" ,
26
+ " License :: OSI Approved :: MIT License" ,
26
27
" Operating System :: OS Independent"
27
28
]
28
29
30
+
29
31
[project .urls ]
30
32
Homepage = " https://github.com/JE-Chen/je_editor"
31
33
Documentation = " https://je-editor.readthedocs.io/en/latest/"
@@ -35,6 +37,5 @@ Code = "https://github.com/JE-Chen/je_editor"
35
37
file = " README.md"
36
38
content-type = " text/markdown"
37
39
38
-
39
40
[tool .setuptools .packages ]
40
41
find = { namespaces = false }
You can’t perform that action at this time.
0 commit comments