File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
33[build-system ]
4- requires = [" setuptools>=61.0 " ]
4+ requires = [" setuptools" ]
55build-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 "
1010authors = [
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"
3635file = " README.md"
3736content-type = " text/markdown"
3837
38+
3939[tool .setuptools .packages ]
40- find = { namespaces = false }
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
33[build-system ]
4- requires = [" setuptools" ]
4+ requires = [" setuptools>=61.0 " ]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " je_editor_dev "
8+ name = " je_editor "
99version = " 1.0.4"
1010authors = [
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"
3536file = " README.md"
3637content-type = " text/markdown"
3738
38-
3939[tool .setuptools .packages ]
40- find = { namespaces = false }
40+ find = { namespaces = false }
You can’t perform that action at this time.
0 commit comments