File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -150,9 +150,8 @@ def get_version(release):
150150 'description' : 'Apache Kafka client for asyncio' ,
151151 'github_user' : 'aio-libs' ,
152152 'github_repo' : 'aiokafka' ,
153- 'github_button' : False ,
153+ 'github_button' : True ,
154154 'github_banner' : True ,
155- 'travis_button' : True ,
156155 'codecov_button' : True ,
157156 'note_bg' : '#E5ECD1' ,
158157 'note_border' : '#BFCF8C' ,
Original file line number Diff line number Diff line change @@ -172,9 +172,6 @@ Please feel free to file an issue on `bug tracker
172172<https://github.com/aio-libs/aiokafka/issues> `_ if you have found a bug
173173or have some suggestion for library improvement.
174174
175- The library uses `Travis <https://travis-ci.com/aio-libs/aiokafka >`_ for
176- Continious Integration.
177-
178175
179176Authors and License
180177-------------------
You can’t perform that action at this time.
0 commit comments