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.213 "
8
+ name = " je_editor_dev "
9
+ version = " 0.0.236 "
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
- # 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.236 "
8
+ name = " je_editor "
9
+ version = " 0.0.214 "
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