Skip to content

Commit

Permalink
build: move homepage spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Aug 23, 2024
1 parent 0958a7f commit 29bbc22
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 @@ -7,8 +7,6 @@ name = "juliacall"
version = "0.9.23"
description = "Julia and Python in seamless harmony"
readme = "README.md"
readme-content-type = "text/markdown"
homepage = "http://github.com/JuliaPy/PythonCall.jl"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -19,6 +17,8 @@ dependencies = ["juliapkg ~=0.1.8"]

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

[tool.setuptools.packages.find]
where = ["pysrc"]
Expand Down

0 comments on commit 29bbc22

Please sign in to comment.