Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 35ec567

Browse files
author
Daniel Havlik
committed
corrected filename
1 parent 16100a2 commit 35ec567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ def read(*rnames):
1616
long_description = (
1717
read('README.txt')
1818
+ '\n' +
19-
read('js', 'jquery_datatables_plugins', 'test_jquery_datatables.txt')
19+
read('js', 'jquery_datatables_plugins',
20+
'test_jquery_datatables_plugins.txt')
2021
+ '\n' +
2122
read('CHANGES.txt'))
2223

0 commit comments

Comments
 (0)