Skip to content

Commit f26f136

Browse files
committed
Change setup.py to use setuptools
1 parent 34f7d87 commit f26f136

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • sdks/python/apache_beam/examples/complete/juliaset

sdks/python/apache_beam/examples/complete/juliaset/setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131

3232
import setuptools
3333

34-
# It is recommended to import setuptools prior to importing distutils to avoid
35-
# using legacy behavior from distutils.
36-
# https://setuptools.readthedocs.io/en/latest/history.html#v48-0-0
37-
from distutils.command.build import build as _build # isort:skip
34+
from setuptools.command.build import build as _build # isort:skip
3835

3936

4037
# This class handles the pip install mechanism.

0 commit comments

Comments
 (0)