Skip to content

Commit dfc635e

Browse files
committed
build: switch to pyproject.toml
1 parent ce54b86 commit dfc635e

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

pyproject.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
11
[build-system]
22
requires = ["setuptools>=42", "wheel"]
33
build-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"]

setup.cfg

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)