summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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
commit129bfc10146973ce8a33fcd383c56c4f8071a492 (patch)
tree453a3a4f4776e29859df94c4a97354940e3dc919 /pyproject.toml
first commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml15
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]
2name = "adblock"
3version = "0.1.0"
4description = "Brave's adblocking in Python"
5authors = ["Árni Dagur <arni@dagur.eu>"]
6license = "Apache-2.0"
7readme = "README.md"
8repository = "https://github.com/ArniDagur/python-adblock"
9keywords = []
10
11[tool.poetry.dependencies]
12python = "^3.5"
13
14[tool.poetry.dev-dependencies]
15maturin = "*"