Skip to content

Commit ac55b4b

Browse files
author
George Feinberg
committed
Minor changes to setup.py for release
1 parent 2493b3b commit ac55b4b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,22 @@ def open_relative(*path):
3535

3636
setup(
3737
name='borneo',
38+
url='https://nosql-python-sdk.readthedocs.io/en/latest/index.html',
3839

3940
# Version should match the system release, but may vary as patches
4041
# are created.
4142
version=version,
4243
description='Oracle NoSQL Database Cloud Service Python SDK',
4344
long_description=readme,
4445

45-
# The project's main homepage and download page
46-
url='https://cloud.oracle.com/nosqldatabase',
47-
48-
# Author details
4946
author='Oracle',
5047
author_email='[email protected]',
5148
packages=find_packages(where='src'),
5249
package_dir={'': 'src'},
5350
include_package_data=True,
5451

5552
# License is UPL, Version 1.0
56-
license='UPL V1.0',
53+
license='Universal Permissive License 1.0',
5754

5855
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
5956
classifiers=[
@@ -68,7 +65,7 @@ def open_relative(*path):
6865
'Topic :: Database :: Front-Ends',
6966

7067
# License -- must match "license" above
71-
'License :: OSI Approved :: Universal Permissive License',
68+
'License :: OSI Approved :: Universal Permissive License (UPL)',
7269

7370
# Supported Python versions
7471
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)