summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 564e100819a78c58410a13f944cc35206b21f252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "adblock"
version = "0.6.0"
description = "Brave's adblocking in Python"
requires-python = ">=3.7"
authors = [{ name = "Árni Dagur", email = "arni@dagur.eu" }]
classifiers = [
    "Programming Language :: Python",
    "Programming Language :: Rust",
    "License :: OSI Approved :: MIT License",
    "License :: OSI Approved :: Apache Software License",
]

[tool.poetry]
name = "adblock"
version = "0.6.0"
description = "Brave's adblocking in Python"
authors = ["Árni Dagur <arni@dagur.eu>"]

[tool.poetry.dependencies]
python = "^3.6"

[tool.poetry.dev-dependencies]
maturin = "*"
pytest = "*"
toml = "*"

[build-system]
requires = ["maturin>=0.12"]
build-backend = "maturin"