Skip to content

Commit 9cd5885

Browse files
committed
Update stable version
Update stable version
1 parent 7b9b90d commit 9cd5885

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

stable.toml renamed to dev.toml

Lines changed: 7 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 = "1.0.3"
8+
name = "je_editor_dev"
9+
version = "1.0.4"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
@@ -23,7 +23,6 @@ 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

@@ -36,5 +35,6 @@ Code = "https://github.com/JE-Chen/je_editor"
3635
file = "README.md"
3736
content-type = "text/markdown"
3837

38+
3939
[tool.setuptools.packages]
40-
find = { namespaces = false }
40+
find = { namespaces = false }

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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"
8+
name = "je_editor"
99
version = "1.0.4"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
@@ -23,6 +23,7 @@ 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

@@ -35,6 +36,5 @@ Code = "https://github.com/JE-Chen/je_editor"
3536
file = "README.md"
3637
content-type = "text/markdown"
3738

38-
3939
[tool.setuptools.packages]
40-
find = { namespaces = false }
40+
find = { namespaces = false }

0 commit comments

Comments
 (0)