@@ -35,25 +35,22 @@ def open_relative(*path):
35
35
36
36
setup (
37
37
name = 'borneo' ,
38
+ url = 'https://nosql-python-sdk.readthedocs.io/en/latest/index.html' ,
38
39
39
40
# Version should match the system release, but may vary as patches
40
41
# are created.
41
42
version = version ,
42
43
description = 'Oracle NoSQL Database Cloud Service Python SDK' ,
43
44
long_description = readme ,
44
45
45
- # The project's main homepage and download page
46
- url = 'https://cloud.oracle.com/nosqldatabase' ,
47
-
48
- # Author details
49
46
author = 'Oracle' ,
50
47
51
48
packages = find_packages (where = 'src' ),
52
49
package_dir = {'' : 'src' },
53
50
include_package_data = True ,
54
51
55
52
# License is UPL, Version 1.0
56
- license = 'UPL V1 .0' ,
53
+ license = 'Universal Permissive License 1 .0' ,
57
54
58
55
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
59
56
classifiers = [
@@ -68,7 +65,7 @@ def open_relative(*path):
68
65
'Topic :: Database :: Front-Ends' ,
69
66
70
67
# License -- must match "license" above
71
- 'License :: OSI Approved :: Universal Permissive License' ,
68
+ 'License :: OSI Approved :: Universal Permissive License (UPL) ' ,
72
69
73
70
# Supported Python versions
74
71
'Programming Language :: Python :: 2.7' ,
0 commit comments