Skip to content

Commit

Permalink
Moved docs/README.rst to /.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed May 9, 2014
1 parent f150847 commit e074f64
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include MANIFEST.in
include README.rst
include LICENSE
include requirements.txt
recursive-include docs *.rst
Expand Down
1 change: 0 additions & 1 deletion README

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run_tests(self):
]

long_description = (
open(os.path.join("docs", "README.rst")).read() +
open("README.rst").read() +
open(os.path.join("docs", "TODO.rst")).read() +
open(os.path.join("docs", "HISTORY.rst")).read())

Expand Down

0 comments on commit e074f64

Please sign in to comment.