File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- include LICENSE.txt VERSION.txt README.rst
1
+ include LICENSE VERSION.txt README.rst
2
2
recursive-include python_http_client *.py *.txt
3
3
prune tests
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ License
154
154
.. _CHANGELOG : https://github.com/sendgrid/python-http-client/blob/HEAD/CHANGELOG.md
155
155
.. _birdy : https://github.com/inueni/birdy
156
156
.. _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
158
158
.. _this is an incredible opportunity to join our #DX team : https://sendgrid.com/careers/role/1421152/?gh_jid=1421152
159
159
160
160
.. |Build Status | image :: https://travis-ci.org/sendgrid/python-http-client.svg?branch=main
@@ -174,4 +174,4 @@ License
174
174
.. |GitHub contributors | image :: https://img.shields.io/github/contributors/sendgrid/python-http-client.svg
175
175
:target: https://github.com/sendgrid/python-http-client/graphs/contributors
176
176
.. |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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class DateRangeTest(unittest.TestCase):
8
8
def setUp (self ):
9
9
self .openlicensefile = os .path .join (
10
10
os .path .dirname (__file__ ),
11
- '../LICENSE.md ' )
11
+ '../LICENSE' )
12
12
self .pattern = 'Copyright (C) %s, Twilio SendGrid, Inc.' % (
13
13
time .strftime ("%Y" ))
14
14
fh = open (self .openlicensefile )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class RepoFiles(unittest.TestCase):
14
14
['./CODE_OF_CONDUCT.md' ],
15
15
['./CONTRIBUTING.md' ],
16
16
['./ISSUE_TEMPLATE.md' ],
17
- ['./LICENSE.md' , './LICENSE.txt ' ],
17
+ ['./LICENSE' ],
18
18
['./PULL_REQUEST_TEMPLATE.md' ],
19
19
['./README.rst' ],
20
20
['./TROUBLESHOOTING.md' ],
You can’t perform that action at this time.
0 commit comments