Skip to content

Commit c31794c

Browse files
authored
Add Apache Software License classifier
1 parent 688aa55 commit c31794c

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
@@ -19,6 +19,7 @@ keywords = [
1919
]
2020
classifiers = [
2121
"Development Status :: 4 - Beta",
22+
"License :: OSI Approved :: Apache Software License",
2223
"Programming Language :: Python",
2324
"Programming Language :: Python :: Implementation :: CPython",
2425
"Programming Language :: Python :: Implementation :: PyPy",
@@ -28,11 +29,7 @@ classifiers = [
2829
"Programming Language :: Python :: 3.11",
2930
"Programming Language :: Python :: 3.12",
3031
"Programming Language :: Python :: 3.13",
31-
<<<<<<< before updating
32-
"License :: OSI Approved :: Apache Software License",
33-
=======
3432
"Programming Language :: Python :: 3.14",
35-
>>>>>>> after updating
3633
]
3734

3835
dependencies = [
@@ -185,4 +182,4 @@ known-first-party = ["ccflow"]
185182
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
186183

187184
[tool.ruff.lint.per-file-ignores]
188-
"__init__.py" = ["F401", "F403"]
185+
"__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)