mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
feat: add initial Python package
This commit is contained in:
parent
e6b29be459
commit
71b08a53f0
8 changed files with 290 additions and 7 deletions
13
ckan_geoconnex_bulk_runner_py/pyproject.toml
Normal file
13
ckan_geoconnex_bulk_runner_py/pyproject.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[build-system]
|
||||
requires = ["maturin>=1.13,<2.0"]
|
||||
build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "ckan_geoconnex_bulk_runner_py"
|
||||
requires-python = ">=3.8"
|
||||
classifiers = [
|
||||
"Programming Language :: Rust",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue