Skip to content

Commit bd3d7c5

Browse files
committed
bug fix on description
1 parent 5f73dc3 commit bd3d7c5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

django_excel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ extra_dependencies:
1313
- pyexcel-xlsx>=0.1.0
1414
- ods:
1515
- pyexcel-ods3>=0.1.0
16-
description: |
16+
description:
1717
A django middleware that provides one application programming interface to read and write data in different excel file formats

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
LICENSE = 'New BSD'
1616
DESCRIPTION = (
1717
'A django middleware that provides one application programming interfac' +
18-
'e to read and write data in different excel file formats
19-
' +
18+
'e to read and write data in different excel file formats' +
2019
''
2120
)
2221
KEYWORDS = [

0 commit comments

Comments
 (0)