Skip to content

Commit 9ec25f7

Browse files
authored
Update pyproject.toml
1 parent de10430 commit 9ec25f7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ keywords = [
2222

2323
classifiers = [
2424
"Development Status :: 3 - Alpha",
25+
"License :: OSI Approved :: Apache Software License",
2526
"Programming Language :: Python",
2627
"Programming Language :: Python :: Implementation :: CPython",
2728
"Programming Language :: Python :: Implementation :: PyPy",
@@ -31,11 +32,7 @@ classifiers = [
3132
"Programming Language :: Python :: 3.11",
3233
"Programming Language :: Python :: 3.12",
3334
"Programming Language :: Python :: 3.13",
34-
<<<<<<< before updating
35-
"License :: OSI Approved :: Apache Software License",
36-
=======
3735
"Programming Language :: Python :: 3.14",
38-
>>>>>>> after updating
3936
]
4037

4138
dependencies = [
@@ -141,4 +138,4 @@ known-first-party = ["hatch_js"]
141138
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
142139

143140
[tool.ruff.lint.per-file-ignores]
144-
"__init__.py" = ["F401", "F403"]
141+
"__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)