Skip to content

Commit 6e44b9d

Browse files
committed
build: move homepage spec
1 parent 0958a7f commit 6e44b9d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "juliacall"
77
version = "0.9.23"
88
description = "Julia and Python in seamless harmony"
9-
readme = "README.md"
10-
readme-content-type = "text/markdown"
11-
homepage = "http://github.com/JuliaPy/PythonCall.jl"
9+
readme = { file = "README.md", content-type = "text/markdown" }
1210
classifiers = [
1311
"Programming Language :: Python :: 3",
1412
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)