Skip to content

Commit d89f37c

Browse files
committed
Update dev and stable version
Update dev and stable version
1 parent 8c2729a commit d89f37c

File tree

3 files changed

+15
-25
lines changed

3 files changed

+15
-25
lines changed
Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
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.202"
8+
name = "je_editor_dev"
9+
version = "0.0.223"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "JEditor is basic but powerful editor include GPT"
1414
requires-python = ">=3.9"
15-
license = { text = "MIT" }
15+
license-files = ["LICENSE"]
1616
dependencies = [
17-
"PySide6==6.8.2.1", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole"
17+
"PySide6==6.8.3", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole"
1818
]
1919
classifiers = [
2020
"Programming Language :: Python :: 3.9",
2121
"Development Status :: 2 - Pre-Alpha",
2222
"Environment :: Win32 (MS Windows)",
2323
"Environment :: MacOS X",
2424
"Environment :: X11 Applications",
25-
"License :: OSI Approved :: MIT License",
2625
"Operating System :: OS Independent"
2726
]
2827

29-
3028
[project.urls]
3129
Homepage = "https://github.com/JE-Chen/je_editor"
3230
Documentation = "https://je-editor.readthedocs.io/en/latest/"
@@ -36,8 +34,6 @@ Code = "https://github.com/JE-Chen/je_editor"
3634
file = "README.md"
3735
content-type = "text/markdown"
3836

39-
[tool.setuptools]
40-
license-files = ["LICENSE"]
4137

4238
[tool.setuptools.packages]
4339
find = { namespaces = false }

exe/user_setting.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

pyproject.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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.222"
8+
name = "je_editor"
9+
version = "0.0.203"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "JEditor is basic but powerful editor include GPT"
1414
requires-python = ">=3.9"
15-
license = { text = "MIT" }
15+
license-files = ["LICENSE"]
1616
dependencies = [
17-
"PySide6==6.8.2.1", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole"
17+
"PySide6==6.8.3", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole"
1818
]
1919
classifiers = [
2020
"Programming Language :: Python :: 3.9",
@@ -26,6 +26,7 @@ classifiers = [
2626
"Operating System :: OS Independent"
2727
]
2828

29+
2930
[project.urls]
3031
Homepage = "https://github.com/JE-Chen/je_editor"
3132
Documentation = "https://je-editor.readthedocs.io/en/latest/"
@@ -35,8 +36,5 @@ Code = "https://github.com/JE-Chen/je_editor"
3536
file = "README.md"
3637
content-type = "text/markdown"
3738

38-
[tool.setuptools]
39-
license-files = ["LICENSE"]
40-
4139
[tool.setuptools.packages]
4240
find = { namespaces = false }

0 commit comments

Comments
 (0)