lingpy / lingrex

Linguistic Reconstruction with LingPy

Home Page:https://github.com/lingpy/lingrex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor fixes to setup.py

PhyloStar opened this issue · comments

I changed the header of setup.py to:

try:
from setuptools import setup
except ImportError:
from distribute_setup import use_setuptools
use_setuptools()
from setuptools import setup

It works flawlessly.