Python bindings for the LimeDriver
Go to file
Kumi 9863cb7c25
Relax build system dependency versions
Removed the version restrictions for setuptools and Cython from the project build system configuration to increase compatibility with broader ranges of environments. This change aims to simplify setup and prevent potential conflicts with other packages that require different versions.
2024-02-07 18:20:36 +01:00
extern Added limedriver as submodule. 2024-02-07 16:40:02 +01:00
src/limedriver Initial commit. 2024-02-07 16:01:14 +01:00
.gitignore Initial project config and implement build process 2024-02-07 18:18:44 +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
pyproject.toml Relax build system dependency versions 2024-02-07 18:20:36 +01:00
README.md Initial commit. 2024-02-07 16:01:14 +01:00
setup.py Initial project config and implement build process 2024-02-07 18:18:44 +01:00