Skip to content

Commit c9e8f63

Browse files
author
Sam Harrison
committed
chore: update license references
1 parent 1c8a6cd commit c9e8f63

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
include LICENSE.txt VERSION.txt README.rst
1+
include LICENSE VERSION.txt README.rst
22
recursive-include python_http_client *.py *.txt
33
prune tests

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ License
154154
.. _CHANGELOG: https://github.com/sendgrid/python-http-client/blob/HEAD/CHANGELOG.md
155155
.. _birdy: https://github.com/inueni/birdy
156156
.. _universalclient: https://github.com/dgreisen/universalclient
157-
.. _The MIT License (MIT): https://github.com/sendgrid/python-http-client/blob/HEAD/LICENSE.md
157+
.. _The MIT License (MIT): https://github.com/sendgrid/python-http-client/blob/HEAD/LICENSE
158158
.. _this is an incredible opportunity to join our #DX team: https://sendgrid.com/careers/role/1421152/?gh_jid=1421152
159159

160160
.. |Build Status| image:: https://travis-ci.org/sendgrid/python-http-client.svg?branch=main
@@ -174,4 +174,4 @@ License
174174
.. |GitHub contributors| image:: https://img.shields.io/github/contributors/sendgrid/python-http-client.svg
175175
:target: https://github.com/sendgrid/python-http-client/graphs/contributors
176176
.. |MIT licensed| image:: https://img.shields.io/badge/license-MIT-blue.svg
177-
:target: https://github.com/sendgrid/python-http-client/blob/HEAD/LICENSE.md
177+
:target: https://github.com/sendgrid/python-http-client/blob/HEAD/LICENSE

tests/test_daterange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class DateRangeTest(unittest.TestCase):
88
def setUp(self):
99
self.openlicensefile = os.path.join(
1010
os.path.dirname(__file__),
11-
'../LICENSE.md')
11+
'../LICENSE')
1212
self.pattern = 'Copyright (C) %s, Twilio SendGrid, Inc.' % (
1313
time.strftime("%Y"))
1414
fh = open(self.openlicensefile)

tests/test_repofiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RepoFiles(unittest.TestCase):
1414
['./CODE_OF_CONDUCT.md'],
1515
['./CONTRIBUTING.md'],
1616
['./ISSUE_TEMPLATE.md'],
17-
['./LICENSE.md', './LICENSE.txt'],
17+
['./LICENSE'],
1818
['./PULL_REQUEST_TEMPLATE.md'],
1919
['./README.rst'],
2020
['./TROUBLESHOOTING.md'],

0 commit comments

Comments
 (0)