Skip to content

Commit

Permalink
Fixed project urls for PyPI (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Apr 17, 2024
1 parent 9e7a90a commit b2c7aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ classifiers = [
dependencies = ["pylint", "astroid", "databricks-sdk"]

[project.urls]
Issues = "https://github.com/databrickslabs/pylint/issues"
Source = "https://github.com/databrickslabs/pylint"
Issues = "https://github.com/databrickslabs/pylint-plugin/issues"
Source = "https://github.com/databrickslabs/pylint-plugin"

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit b2c7aef

Please sign in to comment.