mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
[setup] no import of os, nanana alan :)
This commit is contained in:
parent
2de4b92c38
commit
479e59f3ef
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -1,13 +1,13 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
#import os
|
||||
import os
|
||||
from setuptools import setup
|
||||
|
||||
# Version number
|
||||
version = '0.4.6'
|
||||
|
||||
from pkg_resources import Requirement, resource_string
|
||||
from pkg_resources import Requirement
|
||||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue