summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-11-18 22:24:14 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-11-18 22:24:14 -0800
commitcbb62cbc222511bc551c59301aa967c5407f20e8 (patch)
tree86c9830870773e3371e578b3ede67a0e89c53dd7
parentf2a2448b7e3a92107d285601db504b0cb96e7324 (diff)
downloadisort-cbb62cbc222511bc551c59301aa967c5407f20e8.tar.gz
website -> homepage
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2b87e893..fd6d075e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/timothycrosley/isort"
-website = "http://timothycrosley.github.io/isort/"
+homepage = "http://timothycrosley.github.io/isort/"
keywords = ["Refactor", "Lint", "Imports", "Sort", "Clean"]
classifiers = [
"Development Status :: 6 - Mature",