patch: work around pip's secure-install bug; bump version

- upstream issue: https://github.com/pypa/pip/issues/9644
- runs tests within a container, uses the same `dockerfile`
- ignores `pdm.lock`, removes `requirement.txt`
- update manual contribution steps
- bumps project version

**Related Items**

_Issues_

- Closes #137
This commit is contained in:
Jovial Joe Jayarson
2023-07-19 17:49:49 +05:30
parent 78ac94ef4f
commit 9630bc0a2b
9 changed files with 69 additions and 1095 deletions

View File

@@ -4,7 +4,7 @@
[project]
name = "waka-readme"
version = "0.2.2"
version = "0.2.3"
description = "Wakatime Weekly Metrics on your Profile Readme."
license = { text = "MIT" }
readme = "README.md"