Skip to content

Commit a7a26d3

Browse files
committed
Add pyproject
1 parent f2900be commit a7a26d3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
[build-system]
3+
requires = [
4+
"wheel",
5+
"Cython>=3.1.0",
6+
]
7+
8+
9+
[project]
10+
name = 'selectolax'
11+
version = '0.3.29'
12+
description = 'Fast HTML5 parser with CSS selectors.'
13+
readme = 'README.rst'
14+
requires-python = '>=3.8'
15+
license = {text = 'MIT'}
16+
authors = [
17+
{name = 'Artem Golubin', email = 'me@rushter.com'}
18+
]
19+
dependencies = [
20+
"Cython>=3.1.0",
21+
]

0 commit comments

Comments
 (0)