mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-19 14:50:24 -04:00
Import setup in setup.py from setuptools instead of distutils.core
This commit is contained in:
parent
bc0f943f83
commit
1e380a7be0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
"""
|
||||
|
||||
import os, sys, platform, tempfile
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
|
||||
|
||||
def file_list(path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue