This commit is contained in:
egarette@silique.fr 2023-12-14 21:39:43 +01:00
parent 1a5e4e37d1
commit 428e243630
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Mon Dec 14 21:39:30 2023 +0200 Emmanuel Garette <egarette@silique.fr>
* add mission dependency for setuptools
Mon Dec 12 20:30:30 2023 +0200 Emmanuel Garette <egarette@silique.fr>
* version 4.0
Mon Apr 1 11:47:30 2019 +0200 Emmanuel Garette <egarette@cadoles.com>
* version 3.0 rc16
* tiramisu is now async

View file

@ -22,6 +22,7 @@ setup(
url='https://framagit.org/tiramisu/tiramisu',
license='GNU Library or Lesser General Public License (LGPL)',
provides=['tiramisu_api'],
install_requires=['setuptools'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",

View file

@ -56,4 +56,4 @@ allfuncs.extend(all_options)
del(all_options)
__all__ = tuple(allfuncs)
del(allfuncs)
__version__ = "3.0rc16"
__version__ = "4.0.1"