Skip to content

Commit ecb67da

Browse files
author
Géry Casiez
committed
Copying pointing-echomouse to site-packages
1 parent 5380bce commit ecb67da

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ jobs:
224224
run: |
225225
. venv/bin/activate
226226
cd bindings/Python/cython/
227+
228+
cp -R ../../../pointing-echomouse libpointing/
229+
find libpointing/pointing-echomouse -type f ! \( -name "*.dict" -o -name "*.dat" \) -exec rm -f {} +
230+
227231
ls -la libpointing/
228232
python -m build
229233
ls -la dist/

bindings/Python/cython/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "libpointing"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "Python binding for libpointing."
99
requires-python = ">=3.10,<3.15"
1010
authors = [
@@ -31,4 +31,4 @@ packages = ["libpointing"]
3131
include-package-data = true
3232

3333
[tool.setuptools.package-data]
34-
libpointing = ["*.so", "*.pyd"]
34+
libpointing = ["*.so", "*.pyd", "pointing-echomouse/**/*"]

0 commit comments

Comments
 (0)