We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf8669 commit 8fd7a1fCopy full SHA for 8fd7a1f
MANIFEST.in
@@ -1 +1 @@
1
-include README.txt
+include README.rst
README.txt
setup.py
@@ -7,7 +7,7 @@
7
author_email='me@cameroncurrie.net',
8
url='http://github.com/cwc/coderwall-python',
9
description='A Python module for accessing user data at http://coderwall.com',
10
- long_description=open('README.txt').read(),
+ long_description=open('README.rst').read(),
11
license='MIT',
12
classifiers=[
13
'Programming Language :: Python',
0 commit comments