File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
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.203 "
8
+ name = " je_editor_dev "
9
+ version = " 0.0.224 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
@@ -22,11 +22,9 @@ classifiers = [
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,5 +34,6 @@ Code = "https://github.com/JE-Chen/je_editor"
36
34
file = " README.md"
37
35
content-type = " text/markdown"
38
36
37
+
39
38
[tool .setuptools .packages ]
40
39
find = { namespaces = false }
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.224 "
8
+ name = " je_editor "
9
+ version = " 0.0.204 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
@@ -22,9 +22,11 @@ classifiers = [
22
22
" Environment :: Win32 (MS Windows)" ,
23
23
" Environment :: MacOS X" ,
24
24
" Environment :: X11 Applications" ,
25
+ " License :: OSI Approved :: MIT License" ,
25
26
" Operating System :: OS Independent"
26
27
]
27
28
29
+
28
30
[project .urls ]
29
31
Homepage = " https://github.com/JE-Chen/je_editor"
30
32
Documentation = " https://je-editor.readthedocs.io/en/latest/"
@@ -34,6 +36,5 @@ Code = "https://github.com/JE-Chen/je_editor"
34
36
file = " README.md"
35
37
content-type = " text/markdown"
36
38
37
-
38
39
[tool .setuptools .packages ]
39
40
find = { namespaces = false }
You can’t perform that action at this time.
0 commit comments