diff options
| author | Árni Dagur <agudmundsson@fc-md.umd.edu> | 2020-03-28 23:15:47 -0400 |
|---|---|---|
| committer | Árni Dagur <agudmundsson@fc-md.umd.edu> | 2020-03-28 23:15:47 -0400 |
| commit | 129bfc10146973ce8a33fcd383c56c4f8071a492 (patch) | |
| tree | 453a3a4f4776e29859df94c4a97354940e3dc919 /pyproject.toml | |
first commit
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..79fd056 --- /dev/null +++ b/pyproject.toml | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | [tool.poetry] | ||
| 2 | name = "adblock" | ||
| 3 | version = "0.1.0" | ||
| 4 | description = "Brave's adblocking in Python" | ||
| 5 | authors = ["Árni Dagur <arni@dagur.eu>"] | ||
| 6 | license = "Apache-2.0" | ||
| 7 | readme = "README.md" | ||
| 8 | repository = "https://github.com/ArniDagur/python-adblock" | ||
| 9 | keywords = [] | ||
| 10 | |||
| 11 | [tool.poetry.dependencies] | ||
| 12 | python = "^3.5" | ||
| 13 | |||
| 14 | [tool.poetry.dev-dependencies] | ||
| 15 | maturin = "*" | ||
