mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 09:28:31 +02:00
Updated setup.py.
This commit is contained in:
parent
4136f047ab
commit
349f776aad
1 changed files with 1 additions and 4 deletions
3
setup.py
3
setup.py
|
@ -5,10 +5,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
try:
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
except ImportError:
|
|
||||||
from distutils.core import setup
|
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
'stegano',
|
'stegano',
|
||||||
|
|
Loading…
Add table
Reference in a new issue