summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-05-16 14:48:41 -0400
committerGitHub <noreply@github.com>2020-05-16 14:48:41 -0400
commit94d1d60945ecf2756524beb7345f4faae8ca99af (patch)
treeebad8107a8a9cf47d7ca4f566d5dea0b06631541 /pyproject.toml
parent5f82e7566cd7f225c2375657713a34d5d71098ba (diff)
Add a README and a license to the project (#4)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4f0d45b..530fc34 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ name = "adblock"
3version = "0.2.0" 3version = "0.2.0"
4description = "Brave's adblocking in Python" 4description = "Brave's adblocking in Python"
5authors = ["Árni Dagur <arni@dagur.eu>"] 5authors = ["Árni Dagur <arni@dagur.eu>"]
6license = "Apache-2.0" 6license = "MIT OR Apache-2.0"
7readme = "README.md" 7readme = "README.md"
8repository = "https://github.com/ArniDagur/python-adblock" 8repository = "https://github.com/ArniDagur/python-adblock"
9keywords = [] 9keywords = []