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