Skip to content

Commit 90f50d9

Browse files
authored
Oops - made the readme markdown without telling setup.py
Fixes issue #3
1 parent 25060e5 commit 90f50d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
packages=['usb_arm',],
77
author="Danny Staple - Orionrobots",
88
license='Creative Commons By Attribution Share-Alike v3.0',
9-
long_description=open('README.txt').read(),
9+
long_description=open('README.md').read(),
1010
install_requires=[
1111
"pyusb"
1212
]
13-
)
13+
)

0 commit comments

Comments
 (0)