mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
using setuptools instead of distutils
This commit is contained in:
parent
fc34fa3eb9
commit
b9425f7f08
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -2,7 +2,8 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from numpy.distutils.core import Extension, setup
|
from setuptools import setup
|
||||||
|
#from numpy.distutils.core import Extension, setup
|
||||||
#from sphinx.setup_command import BuildDoc
|
#from sphinx.setup_command import BuildDoc
|
||||||
|
|
||||||
# Version number
|
# Version number
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue