Skip to content

Commit

Permalink
Use setuptools instead of the distutils in the genarated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater authored and michielboekhoff committed Oct 29, 2019
1 parent 0d69dce commit 1548d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/masonry/builders/sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

SETUP = """\
# -*- coding: utf-8 -*-
from distutils.core import setup
from setuptools import setup
{before}
setup_kwargs = {{
Expand Down

0 comments on commit 1548d8c

Please sign in to comment.