mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-02 05:12:50 -04:00
Import setup in setup.py from setuptools instead of distutils.core
This commit is contained in:
parent
f700212142
commit
bf2f6e9474
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
|
import os, sys, platform, tempfile
|
||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
def file_list(path):
|
def file_list(path):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue