Skip to content
Snippets Groups Projects

[Setup] Update setup to pyproject.toml

Files
7
@@ -9,7 +9,7 @@ import aidge_core
from aidge_export_cpp.utils import ROOT
__version__ = open(ROOT / "version.txt", "r").read().strip()
from ._version import *
from .export import *
Loading