3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ To view the generated documentation, go to docs/build/html/index.html.
48
48
SUPPORT
49
49
=======
50
50
51
- http://predictionio.incubator. apache.org/support/
51
+ http://predictionio.apache.org/support/
52
52
53
53
54
54
Issue Tracker
Original file line number Diff line number Diff line change 4
4
"""
5
5
6
6
7
- __version__ = "0.9.8 "
7
+ __version__ = "0.9.9 "
8
8
9
9
# import packages
10
10
import re
Original file line number Diff line number Diff line change 4
4
from distutils .core import setup
5
5
6
6
__author__ = "Apache PredictionIO"
7
- __email__ = "user@predictionio.incubator. apache.org"
7
+ __email__ = "user@predictionio.apache.org"
8
8
__copyright__ = "Copyright 2017 The Apache Software Foundation"
9
9
__license__ = "Apache License, Version 2.0"
10
10
14
14
author = __author__ ,
15
15
author_email = __email__ ,
16
16
packages = ['predictionio' ],
17
- url = 'http://predictionio.incubator. apache.org/' ,
17
+ url = 'http://predictionio.apache.org/' ,
18
18
license = 'LICENSE.txt' ,
19
19
description = 'PredictionIO Python SDK' ,
20
20
classifiers = [
44
44
- without worrying about scalability
45
45
46
46
Detailed documentation is available on our
47
- `documentation site <http://predictionio.incubator. apache.org/>`_.
47
+ `documentation site <http://predictionio.apache.org/>`_.
48
48
49
49
This module provides convenient access of the
50
50
PredictionIO API to Python programmers so that they
0 commit comments