refactor pygomx-module -> pygomx

This commit is contained in:
saces 2026-03-09 17:27:43 +01:00
parent e1dfbe218d
commit 23fc397384
11 changed files with 181 additions and 34 deletions

View file

@ -1,7 +1,7 @@
monorepos to have the right versions together
libmxclient - golang matrix client library
pygomx-module - python binding package
pygomx - python binding package
smal - python matrix lib
@ -20,7 +20,7 @@ the bot follows each invite (autojoin) and have two commands:
binary/package install:
(only linux-amd64 for now)
pip install --index-url https://codeberg.org/api/packages/saces/pypi/simple/ --no-deps pygomx-module
pip install --index-url https://codeberg.org/api/packages/saces/pypi/simple/ --no-deps pygomx
pip install git+https://codeberg.org/saces/pygomx.git#subdirectory=smal
@ -40,7 +40,7 @@ install from source / develop (venv):
(create and activate a venv)
cd pygomx-module
cd pygomx
pip install .
cd ../smal