Skip to content

Commit 496c6c5

Browse files
committed
package metadata
1 parent 8e9f66b commit 496c6c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ requires = ["setuptools>=61.0", 'wheel']
33

44
[project]
55
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+
613
version = "0.1.0"
714
dependencies = [
815
"setuptools>=61.0",
@@ -13,3 +20,6 @@ dependencies = [
1320
"conan>=1.53,!=1.55.0,<2.0",
1421
'toml'
1522
]
23+
license = {text = "University of Illinois/NCSA Open Source License"}
24+
readme = "README.md"
25+
requires-python = ">=3.7"

0 commit comments

Comments
 (0)