Skip to content

Commit 3f80331

Browse files
committed
FIX install fails. README is now README.md
1 parent 28816e2 commit 3f80331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
install_requires=['libComXML'],
1313
license='GPLv3',
1414
description='SEPA',
15-
long_description=open('README').read(),
15+
long_description=open('README.md').read(),
1616
)

0 commit comments

Comments
 (0)