diff --git a/pyproject.toml b/pyproject.toml index 9dbb621f..ef8c9a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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"]