File tree Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22requires = [" setuptools>=42" , " wheel" ]
33build-backend = " setuptools.build_meta"
4+
5+ [project ]
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" ,
15+ " Operating System :: OS Independent"
16+ ]
17+ requires-python = " >=3.8"
18+ dependencies = [" juliapkg ~=0.1.8" ]
19+
20+ [tool .setuptools ]
21+ zip-safe = false
22+
23+ [tool .setuptools .packages .find ]
24+ where = [" pysrc" ]
25+ include = [" juliacall" ]
26+
27+ [tool .setuptools .package-data ]
28+ "juliacall" = [" *.json" , " *.jl" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments