commit
bd13716256
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
|
@ -3,7 +3,10 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
from setuptools import setup
|
||||
try:
|
||||
from setuptools import setup
|
||||
except ImportError:
|
||||
from distutils.core import setup
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '3.1.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue