Skip to content

Commit

Permalink
build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jun 22, 2021
1 parent 0678cd1 commit 38809c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
module = "lenskit"
author = "Michael Ekstrand"
author-email = "michaelekstrand@boisestate.edu"
home-page = "https://lenskit.lenskit.org"
home-page = "https://lenskit.org"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand All @@ -31,6 +31,10 @@ requires = [
"csr >= 0.3.1",
]

[tool.flit.metadata.urls]
Documentation = "https://lkpy.lenskit.org"
GitHub = "https://github.com/lenskit/lkpy"

[tool.flit.metadata.requires-extra]
test = [
"pytest >= 6",
Expand Down

0 comments on commit 38809c7

Please sign in to comment.