diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-05-16 14:48:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-16 14:48:41 -0400 |
| commit | 94d1d60945ecf2756524beb7345f4faae8ca99af (patch) | |
| tree | ebad8107a8a9cf47d7ca4f566d5dea0b06631541 /pyproject.toml | |
| parent | 5f82e7566cd7f225c2375657713a34d5d71098ba (diff) | |
Add a README and a license to the project (#4)
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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" | |||
| 3 | version = "0.2.0" | 3 | version = "0.2.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 = "Apache-2.0" | 6 | license = "MIT OR Apache-2.0" |
| 7 | readme = "README.md" | 7 | readme = "README.md" |
| 8 | repository = "https://github.com/ArniDagur/python-adblock" | 8 | repository = "https://github.com/ArniDagur/python-adblock" |
| 9 | keywords = [] | 9 | keywords = [] |
