Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3913ff2

Browse files
committed
🔥 remove trailing new line in description
1 parent cc53816 commit 3913ff2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

‎docs/source/conf.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# -*- coding: utf-8 -*-
22
DESCRIPTION = (
33
'A flask extension that provides one application programming interface ' +
4-
'to read and write data in different excel file formats
5-
' +
4+
'to read and write data in different excel file formats' +
65
''
76
)
87
# Configuration file for the Sphinx documentation builder.

‎flask_excel.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ test_dependencies:
2727
- pyexcel-ods3>=0.3.0
2828
- pyexcel-xls>=0.3.0
2929
- pyexcel-xlsx>=0.3.0
30-
description: |
30+
description: |-
3131
A flask extension that provides one application programming interface to read and write data in different excel file formats
3232
flake8_options: --ignore=F401,E402

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
LICENSE = "New BSD"
3535
DESCRIPTION = (
3636
"A flask extension that provides one application programming interface" +
37-
"to read and write data in different excel file formats"
37+
"to read and write data in different excel file formats"
3838
)
3939
URL = "https://github.com/pyexcel-webwares/Flask-Excel"
4040
DOWNLOAD_URL = "%s/archive/0.0.7.tar.gz" % URL

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /