We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8628624 commit ada5051Copy full SHA for ada5051
pyproject.toml
@@ -20,6 +20,7 @@ keywords = [
20
]
21
classifiers = [
22
"Development Status :: 3 - Alpha",
23
+ "License :: OSI Approved :: Apache Software License",
24
"Programming Language :: Python",
25
"Programming Language :: Python :: Implementation :: CPython",
26
"Programming Language :: Python :: Implementation :: PyPy",
@@ -29,11 +30,7 @@ classifiers = [
29
30
"Programming Language :: Python :: 3.11",
31
"Programming Language :: Python :: 3.12",
32
"Programming Language :: Python :: 3.13",
-<<<<<<< before updating
33
- "License :: OSI Approved :: Apache Software License",
34
-=======
35
"Programming Language :: Python :: 3.14",
36
->>>>>>> after updating
37
38
39
dependencies = [
0 commit comments