We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0958a7f commit 29bbc22Copy full SHA for 29bbc22
pyproject.toml
@@ -7,8 +7,6 @@ name = "juliacall"
7
version = "0.9.23"
8
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"
12
classifiers = [
13
"Programming Language :: Python :: 3",
14
"License :: OSI Approved :: MIT License",
@@ -19,6 +17,8 @@ dependencies = ["juliapkg ~=0.1.8"]
19
17
20
18
[tool.setuptools]
21
zip-safe = false
+homepage = "http://github.com/JuliaPy/PythonCall.jl"
+readme-content-type = "text/markdown"
22
23
[tool.setuptools.packages.find]
24
where = ["pysrc"]
0 commit comments