diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5655122..564e100 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -1,12 +1,9 @@ | |||
| 1 | [project] | 1 | [project] |
| 2 | name = "adblock" | 2 | name = "adblock" |
| 3 | version = "0.0.0" | 3 | version = "0.6.0" |
| 4 | description = "Brave's adblocking in Python" | 4 | description = "Brave's adblocking in Python" |
| 5 | requires-python = ">=3.7" | 5 | requires-python = ">=3.7" |
| 6 | authors = [ | 6 | authors = [{ name = "Árni Dagur", email = "arni@dagur.eu" }] |
| 7 | {email = "arni@dagur.eu"}, | ||
| 8 | {name = "Árni Dagur"} | ||
| 9 | ] | ||
| 10 | classifiers = [ | 7 | classifiers = [ |
| 11 | "Programming Language :: Python", | 8 | "Programming Language :: Python", |
| 12 | "Programming Language :: Rust", | 9 | "Programming Language :: Rust", |
| @@ -14,6 +11,12 @@ classifiers = [ | |||
| 14 | "License :: OSI Approved :: Apache Software License", | 11 | "License :: OSI Approved :: Apache Software License", |
| 15 | ] | 12 | ] |
| 16 | 13 | ||
| 14 | [tool.poetry] | ||
| 15 | name = "adblock" | ||
| 16 | version = "0.6.0" | ||
| 17 | description = "Brave's adblocking in Python" | ||
| 18 | authors = ["Árni Dagur <arni@dagur.eu>"] | ||
| 19 | |||
| 17 | [tool.poetry.dependencies] | 20 | [tool.poetry.dependencies] |
| 18 | python = "^3.6" | 21 | python = "^3.6" |
| 19 | 22 | ||
| @@ -23,5 +26,5 @@ pytest = "*" | |||
| 23 | toml = "*" | 26 | toml = "*" |
| 24 | 27 | ||
| 25 | [build-system] | 28 | [build-system] |
| 26 | requires = ["maturin>=0.12,<0.13"] | 29 | requires = ["maturin>=0.12"] |
| 27 | build-backend = "maturin" | 30 | build-backend = "maturin" |
