Skip to content

Commit

Permalink
Conform to pypi (attempt #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kousu committed Apr 20, 2022
1 parent 7288ffe commit 061aa7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ EOF
Then install the plugin:

```
doas pip install radicale_bsdauth
doas pip install radicale-bsdauth
```

In order to function, you also need to grant `radicale` access to authenticate(3):
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
# ref: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html

name = "radicale_bsdauth"
authors = [ {email = "[email protected]"} ]
name = "radicale-bsdauth"
authors = [ {name = "kousu", email = "[email protected]"} ]
description = "Login to Radicale with your native OpenBSD accounts."
readme = "README.md"

Expand All @@ -22,9 +22,9 @@ dynamic = ["version"] # setuptools_scm takes care of this
text = "GPL version 3"

[project.urls]
homepage = "https://github.com/kousu/radicale_bsdauth"
repository = "https://github.com/kousu/radicale_bsdauth"
documentation = "https://github.com/kousu/radicale_bsdauth/blob/trunk/README.md"
Homepage = "https://github.com/kousu/radicale-bsdauth"
Repository = "https://github.com/kousu/radicale-bsdauth"
Documentation = "https://github.com/kousu/radicale-bsdauth/blob/trunk/README.md"


[build-system]
Expand Down

0 comments on commit 061aa7f

Please sign in to comment.