mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
Replace distutils.version with packaging.version
This commit is contained in:
parent
818472e62c
commit
3bde77cd91
3 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
from distutils.command.build import build
|
||||
from setuptools.command.build import build
|
||||
import sys
|
||||
import os
|
||||
import inspect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue