Skip to content

Commit 1b6d829

Browse files
committed
update 1.7.3
1 parent 7142556 commit 1b6d829

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,38 @@ dependencies = [
1919
"regex>=2023.10.3",
2020
]
2121
optional-dependencies = { dev = [
22-
"pytest>=7.4.2",
2322
"black>=23.7.0",
24-
"isort>=5.12.0",
25-
"flake8>=6.1.0",
2623
"flake8-pyproject>=1.2.3",
24+
"flake8>=6.1.0",
25+
"isort>=5.12.0",
26+
"pytest>=7.4.2",
2727
] }
2828
classifiers = [
29-
"Intended Audience :: Developers",
3029
"Programming Language :: Python :: 3",
31-
"Programming Language :: Python :: 3.10",
32-
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.13",
3331
"Programming Language :: Python :: 3.12",
32+
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.10",
3434
"Operating System :: OS Independent",
35+
"Intended Audience :: Developers",
3536
"Topic :: Software Development :: Libraries :: Python Modules",
3637
]
3738
keywords = [
3839
"args",
3940
"arguments",
4041
"attributes",
4142
"classes",
42-
"cmd",
4343
"client",
44+
"cmd",
4445
"code",
4546
"codes",
4647
"color",
4748
"commands",
4849
"console",
49-
"consts",
5050
"constants",
51-
"convert",
51+
"consts",
5252
"conversion",
53+
"convert",
5354
"data",
5455
"debug",
5556
"easier",
@@ -96,12 +97,12 @@ keywords = [
9697
]
9798

9899
[project.urls]
99-
"Bug Reports" = "https://github.com/XulbuX/PythonLibraryXulbuX/issues"
100-
"Changelog" = "https://github.com/XulbuX/PythonLibraryXulbuX/blob/main/CHANGELOG.md"
101-
"Documentation" = "https://github.com/XulbuX/PythonLibraryXulbuX/wiki"
102100
"Homepage" = "https://github.com/XulbuX/PythonLibraryXulbuX"
103-
"License" = "https://github.com/XulbuX/PythonLibraryXulbuX/blob/main/LICENSE"
101+
"Documentation" = "https://github.com/XulbuX/PythonLibraryXulbuX/wiki"
104102
"Source Code" = "https://github.com/XulbuX/PythonLibraryXulbuX/tree/main/src"
103+
"Changelog" = "https://github.com/XulbuX/PythonLibraryXulbuX/blob/main/CHANGELOG.md"
104+
"Bug Reports" = "https://github.com/XulbuX/PythonLibraryXulbuX/issues"
105+
"License" = "https://github.com/XulbuX/PythonLibraryXulbuX/blob/main/LICENSE"
105106

106107

107108
[project.scripts]
@@ -152,8 +153,8 @@ addopts = "-ra -q"
152153
pythonpath = ["src"]
153154
testpaths = [
154155
"tests/test_code.py",
155-
"tests/test_color.py",
156156
"tests/test_color_types.py",
157+
"tests/test_color.py",
157158
"tests/test_console.py",
158159
"tests/test_data.py",
159160
"tests/test_env_path.py",

0 commit comments

Comments
 (0)