Skip to content

Commit

Permalink
Apparently if I listen to pypi and name my rst file .txt, I lose gith…
Browse files Browse the repository at this point in the history
…ub formatting. WHATEVER.
  • Loading branch information
dsc committed Jan 26, 2010
1 parent 29f50e9 commit 915560f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE.txt
include README.rst
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Read the long description from the README.txt
here = os.path.abspath(os.path.dirname(__file__))
f = open(os.path.join(here, 'README.txt'))
f = open(os.path.join(here, 'README.rst'))
readme = f.read()
f.close()

Expand Down

0 comments on commit 915560f

Please sign in to comment.