Python bindings for the LimeDriver
Go to file
Kumi a8d562c046
Enhance package build process
Updated .gitignore to exclude distribution directories, preventing accidental inclusion in the repository. Added MANIFEST.in to specify additional files for source distribution, ensuring that necessary Cython and C source files are packaged correctly.
2024-02-08 15:19:25 +01:00
.github/workflows Update python-package.yml 2024-02-08 15:16:20 +01:00
extern Update limedriver submodule to latest commit 2024-02-08 09:02:01 +01:00
src/limedriver Enforce C++ compiler for Cython and fix Python binding 2024-02-08 09:52:51 +01:00
.gitignore Enhance package build process 2024-02-08 15:19:25 +01:00
.gitmodules Added limedriver as submodule. 2024-02-07 16:40:02 +01:00
LICENSE Initial project config and implement build process 2024-02-07 18:18:44 +01:00
MANIFEST.in Enhance package build process 2024-02-08 15:19:25 +01:00
pyproject.toml Enforce C++ compiler for Cython and fix Python binding 2024-02-08 09:52:51 +01:00
README.md Initial commit. 2024-02-07 16:01:14 +01:00
setup.py Enforce C++ compiler for Cython and fix Python binding 2024-02-08 09:52:51 +01:00