aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
authorAaron Rossetto <aaron.rossetto@ni.com>2022-01-06 13:14:51 -0600
committerAaron Rossetto <aaron.rossetto@ni.com>2022-01-14 14:36:39 -0600
commitc69c7626c272be7b38e90ed933b8bea80f4c069b (patch)
tree99f35ff52a4a982d06ba0c98fb538da14abbe660 /host/utils
parent87bc7c1bde9e4994c164bb3c19fd7acf25189a7d (diff)
downloaduhd-c69c7626c272be7b38e90ed933b8bea80f4c069b.tar.gz
uhd-c69c7626c272be7b38e90ed933b8bea80f4c069b.tar.bz2
uhd-c69c7626c272be7b38e90ed933b8bea80f4c069b.zip
python: Use setup from setuptools
This commit replaces the use of setup() from distutils.core with setup() from setuptools.
Diffstat (limited to 'host/utils')
-rw-r--r--host/utils/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/setup.py.in b/host/utils/setup.py.in
index 0731ce85b..92b01688b 100644
--- a/host/utils/setup.py.in
+++ b/host/utils/setup.py.in
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-from distutils.core import setup
+from setuptools import setup
print(__file__)
setup(name='rfnoc',