Updated setup.py.

This commit is contained in:
Cédric Bonhomme 2017-05-13 17:37:07 +02:00
parent 4136f047ab
commit 349f776aad
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -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',