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:
parent
9266ad8278
commit
c80e3cd382
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '1.0.19'
|
__version__ = '1.0.20'
|
||||||
|
|
||||||
|
|
||||||
class Version(object):
|
class Version(object):
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools"]
|
||||||
build-backup = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "cocluto"
|
name = "cocluto"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue