# You should have received a copy of the GNU General Public License
# along with LinPy. If not, see <http://www.gnu.org/licenses/>.
-from distutils.core import setup, Extension
+from setuptools import setup, Extension
with open('linpy/_version.py') as file: