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 4e91c95 commit f70e682Copy full SHA for f70e682
pyproject.toml
@@ -8,9 +8,8 @@ authors = [{name = "the hatch-cpp authors", email = "[email protected]"}]
8
description = "Hatch plugin for C++ builds"
9
readme = "README.md"
10
license = { text = "Apache-2.0" }
11
-<<<<<<< before updating
12
version = "0.1.9"
13
-requires-python = ">=3.9"
+requires-python = ">=3.10"
14
keywords = [
15
"hatch",
16
"python",
@@ -19,12 +18,7 @@ keywords = [
19
18
"c++",
20
"cmake",
21
]
22
-=======
23
-version = "0.1.0"
24
-requires-python = ">=3.10"
25
-keywords = []
26
27
->>>>>>> after updating
28
classifiers = [
29
"Development Status :: 3 - Alpha",
30
"License :: OSI Approved :: Apache Software License",
0 commit comments