Skip to content

Commit 62a10af

Browse files
committed
Rename README to indicate it's reStructuredText format
1 parent 9c14e04 commit 62a10af

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Extension('cobs.cobsr._cobsr_ext', [ base_dir + '/src/_cobsr_ext.c', ]),
3333
],
3434

35-
long_description=open('README.txt').read(),
35+
long_description=open('README.rst').read(),
3636

3737
license="MIT",
3838
classifiers=[

0 commit comments

Comments
 (0)