Skip to content

Commit 00032aa

Browse files
committed
update pyproject.toml for html-py-ever example
1 parent 0dc494e commit 00032aa

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
lines changed

examples/html-py-ever/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ tendril = "0.4.3"
1313
name = "html_py_ever"
1414
crate-type = ["cdylib"]
1515
path = "rust/lib.rs"
16+
17+
[[bin]]
18+
name = "html-py-ever"
19+
path = "rust/main.rs"

examples/html-py-ever/pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "html-py-ever"
77
version = "0.1.0"
8+
license = { text = "MIT" }
9+
readme = "README.md"
10+
requires-python = ">=3.6"
11+
classifiers = [
12+
"License :: OSI Approved :: MIT License",
13+
"Intended Audience :: Developers",
14+
"Programming Language :: Python :: 3",
15+
"Programming Language :: Python :: 3.6",
16+
"Programming Language :: Python :: 3.7",
17+
"Programming Language :: Python :: 3.8",
18+
"Programming Language :: Python :: 3.9",
19+
"Development Status :: 5 - Production/Stable",
20+
"Operating System :: POSIX",
21+
"Operating System :: MacOS :: MacOS X",
22+
"Operating System :: Microsoft :: Windows",
23+
]
24+
25+
[project.urls]
26+
Repository = "https://github.com/PyO3/setuptools-rust/blob/main/examples/html-py-ever"
827

928
[tool.setuptools.packages]
1029
# Pure Python packages/modules

examples/html-py-ever/setup.cfg

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)