File tree Expand file tree Collapse file tree 3 files changed +23
-26
lines changed
Expand file tree Collapse file tree 3 files changed +23
-26
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ tendril = "0.4.3"
1313name = " html_py_ever"
1414crate-type = [" cdylib" ]
1515path = " rust/lib.rs"
16+
17+ [[bin ]]
18+ name = " html-py-ever"
19+ path = " rust/main.rs"
Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " html-py-ever"
77version = " 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments