diff options
| author | Arianna Masciolini <uzkamascio@gmail.com> | 2025-08-08 18:20:47 +0200 |
|---|---|---|
| committer | Arianna Masciolini <uzkamascio@gmail.com> | 2025-08-08 18:20:47 +0200 |
| commit | dcae5f929eb5008818a66ef84a00b01d8c2c5390 (patch) | |
| tree | 24e128bb61e11d7fb7e7e882e8459dcb595635de /src/runtime/python/setup.py | |
| parent | 638ed39fa4068ddb513542dfb886906d011bc38e (diff) | |
| parent | 726fb3467c1d1c1b6c15afc54ec81ad06528e7ac (diff) | |
fix typo
Diffstat (limited to 'src/runtime/python/setup.py')
| -rw-r--r-- | src/runtime/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/python/setup.py b/src/runtime/python/setup.py index fdc2fe8c5..52078649d 100644 --- a/src/runtime/python/setup.py +++ b/src/runtime/python/setup.py @@ -1,4 +1,4 @@ -from distutils.core import setup, Extension +from setuptools import setup, Extension import os includes = os.getenv('EXTRA_INCLUDE_DIRS','').split(':') |
