cocluto v1.0.20 - fixes warnings when installing cocluto

```
WARNING: Missing build requirements in pyproject.toml for file:///home/graffy/work/simpaweb/cocluto.git.
  WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
```

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3093]
This commit is contained in:
Guillaume Raffy 2026-04-10 13:52:04 +02:00
parent 9266ad8278
commit c80e3cd382
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = '1.0.19'
__version__ = '1.0.20'
class Version(object):

View File

@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools"]
build-backup = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
[project]
name = "cocluto"