We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9f66b commit 496c6c5Copy full SHA for 496c6c5
pyproject.toml
@@ -3,6 +3,13 @@ requires = ["setuptools>=61.0", 'wheel']
3
4
[project]
5
name = "uiucprescon.build"
6
+description = "Builder for python projects that require C or C++ dependencies or bindings"
7
+classifiers = [
8
+ "License :: OSI Approved :: University of Illinois/NCSA Open Source License",
9
+ "Programming Language :: Python :: 3",
10
+ "Topic :: Software Development :: Libraries :: Python Modules",
11
+]
12
+
13
version = "0.1.0"
14
dependencies = [
15
"setuptools>=61.0",
@@ -13,3 +20,6 @@ dependencies = [
20
"conan>=1.53,!=1.55.0,<2.0",
21
'toml'
22
]
23
+license = {text = "University of Illinois/NCSA Open Source License"}
24
+readme = "README.md"
25
+requires-python = ">=3.7"
0 commit comments