Update setup.py #275

Merged
Hasimir merged 1 commit from patch-1 into master 2013-10-21 07:25:21 -07:00
Showing only changes of commit 5ff6db186e - Show all commits

View file

@ -3,7 +3,10 @@
import os
import sys
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '3.1.0'