Skip to content

Commit c9d5ed5

Browse files
committed
Update stable version
Update stable version
1 parent 44e670f commit c9d5ed5

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

stable.toml renamed to dev.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to build stable version
2-
# This is stable version
1+
# Rename to build dev version
2+
# This is dev version
33
[build-system]
4-
requires = ["setuptools>=61.0"]
4+
requires = ["setuptools"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "je_editor"
9-
version = "0.0.212"
8+
name = "je_editor_dev"
9+
version = "0.0.235"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -23,11 +23,9 @@ classifiers = [
2323
"Environment :: Win32 (MS Windows)",
2424
"Environment :: MacOS X",
2525
"Environment :: X11 Applications",
26-
"License :: OSI Approved :: MIT License",
2726
"Operating System :: OS Independent"
2827
]
2928

30-
3129
[project.urls]
3230
Homepage = "https://github.com/JE-Chen/je_editor"
3331
Documentation = "https://je-editor.readthedocs.io/en/latest/"
@@ -37,5 +35,6 @@ Code = "https://github.com/JE-Chen/je_editor"
3735
file = "README.md"
3836
content-type = "text/markdown"
3937

38+
4039
[tool.setuptools.packages]
4140
find = { namespaces = false }

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to build dev version
2-
# This is dev version
1+
# Rename to build stable version
2+
# This is stable version
33
[build-system]
4-
requires = ["setuptools"]
4+
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "je_editor_dev"
9-
version = "0.0.235"
8+
name = "je_editor"
9+
version = "0.0.213"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -23,9 +23,11 @@ classifiers = [
2323
"Environment :: Win32 (MS Windows)",
2424
"Environment :: MacOS X",
2525
"Environment :: X11 Applications",
26+
"License :: OSI Approved :: MIT License",
2627
"Operating System :: OS Independent"
2728
]
2829

30+
2931
[project.urls]
3032
Homepage = "https://github.com/JE-Chen/je_editor"
3133
Documentation = "https://je-editor.readthedocs.io/en/latest/"
@@ -35,6 +37,5 @@ Code = "https://github.com/JE-Chen/je_editor"
3537
file = "README.md"
3638
content-type = "text/markdown"
3739

38-
3940
[tool.setuptools.packages]
4041
find = { namespaces = false }

0 commit comments

Comments
 (0)