Skip to content

Commit 29bbc22

Browse files
committed
build: move homepage spec
1 parent 0958a7f commit 29bbc22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ name = "juliacall"
77
version = "0.9.23"
88
description = "Julia and Python in seamless harmony"
99
readme = "README.md"
10-
readme-content-type = "text/markdown"
11-
homepage = "http://github.com/JuliaPy/PythonCall.jl"
1210
classifiers = [
1311
"Programming Language :: Python :: 3",
1412
"License :: OSI Approved :: MIT License",
@@ -19,6 +17,8 @@ dependencies = ["juliapkg ~=0.1.8"]
1917

2018
[tool.setuptools]
2119
zip-safe = false
20+
homepage = "http://github.com/JuliaPy/PythonCall.jl"
21+
readme-content-type = "text/markdown"
2222

2323
[tool.setuptools.packages.find]
2424
where = ["pysrc"]

0 commit comments

Comments
 (0)