forked from enviodev/hypersync-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (23 loc) · 798 Bytes
/
pyproject.toml
File metadata and controls
28 lines (23 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["maturin>=1.3,<2.0"]
build-backend = "maturin"
[project]
name = "hypersync"
requires-python = ">=3.9"
dependencies = ["strenum>=0.4.15,<0.4.16"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Development Status :: 3 - Alpha",
"Topic :: Database :: Front-Ends",
"Topic :: Software Development :: Libraries",
]
dynamic = ["version"]
[tool.maturin]
features = ["pyo3/extension-module"]
# See https://www.maturin.rs/metadata.html for options
[project.urls]
homepage = "https://envio.dev/"
documentation = "https://docs.envio.dev/docs/HyperSync/overview"
repository = "https://github.com/enviodev/hypersync-client-python"