Skip to content

Commit 8fd7a1f

Browse files
committed
Use README.rst in setup.py
1 parent daf8669 commit 8fd7a1f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.txt
1+
include README.rst

README.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
author_email='me@cameroncurrie.net',
88
url='http://github.com/cwc/coderwall-python',
99
description='A Python module for accessing user data at http://coderwall.com',
10-
long_description=open('README.txt').read(),
10+
long_description=open('README.rst').read(),
1111
license='MIT',
1212
classifiers=[
1313
'Programming Language :: Python',

0 commit comments

Comments
 (0)