diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml index 432e476..8bbdb76 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -1,18 +1,17 @@ | |||
| 1 | [tool.poetry] | 1 | [tool.poetry] |
| 2 | name = "adblock" | 2 | name = "adblock" |
| 3 | version = "0.4.1" | 3 | version = "0.0.0" |
| 4 | description = "Brave's adblocking in Python" | 4 | description = "Brave's adblocking in Python" |
| 5 | authors = ["Árni Dagur <arni@dagur.eu>"] | 5 | authors = ["Árni Dagur <arni@dagur.eu>"] |
| 6 | license = "MIT OR Apache-2.0" | ||
| 7 | readme = "README.md" | ||
| 8 | repository = "https://github.com/ArniDagur/python-adblock" | ||
| 9 | keywords = [] | ||
| 10 | 6 | ||
| 11 | [tool.poetry.dependencies] | 7 | [tool.poetry.dependencies] |
| 12 | python = "^3.5" | 8 | python = "^3.6" |
| 13 | 9 | ||
| 14 | [tool.poetry.dev-dependencies] | 10 | [tool.poetry.dev-dependencies] |
| 15 | maturin = "*" | 11 | maturin = "*" |
| 16 | pytest = "*" | 12 | pytest = "*" |
| 17 | toml = "*" | 13 | toml = "*" |
| 18 | changelog-cli = "*" \ No newline at end of file | 14 | |
| 15 | [build-system] | ||
| 16 | requires = ["maturin"] | ||
| 17 | build-backend = "maturin" \ No newline at end of file | ||
