Skip to content

Commit f05a95c

Browse files
committed
Merge branch 'update_build_link'
Closes #102 Reviewed by @jaredg
2 parents 4fa33f7 + c64f519 commit f05a95c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EasyPost Python Client Library
22

3-
[![Build Status](https://travis-ci.org/EasyPost/easypost-python.svg?branch=master)](https://travis-ci.org/EasyPost/easypost-python)
3+
[![Build Status](https://travis-ci.com/EasyPost/easypost-python.svg?branch=master)](https://travis-ci.com/EasyPost/easypost-python)
44
[![PyPI version](https://badge.fury.io/py/easypost.svg)](https://badge.fury.io/py/easypost)
55

66
EasyPost is the simple shipping API. You can sign up for an account at <https://easypost.com>.

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
long_description=long_description,
3939
long_description_content_type='text/markdown',
4040
project_urls={
41-
'CI': 'https://travis-ci.org/EasyPost/easypost-python',
41+
'Docs': 'https://www.easypost.com/docs/api',
42+
'Tracker': 'https://github.com/EasyPost/easypost-python/issues',
43+
'Source': 'https://github.com/EasyPost/easypost-python',
44+
'CI': 'https://travis-ci.com/EasyPost/easypost-python',
4245
},
4346
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4',
4447
classifiers=[

0 commit comments

Comments
 (0)