Skip to content

Commit

Permalink
rename README to README.md (#322)
Browse files Browse the repository at this point in the history
* Rename README to README.md

This will make markdown syntax effective.

* fix setup.py

* add README.md to MANIFEST.ini

Co-authored-by: Filippo Romani <[email protected]>
  • Loading branch information
junkmd and filipporomani authored Jul 2, 2022
1 parent b35a0ff commit 944e279
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 *.txt
include README.md
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from distutils.command.build_py import build_py

with open('README') as readme_stream:
with open('README.md') as readme_stream:
readme = readme_stream.read()

class test(Command):
Expand Down

0 comments on commit 944e279

Please sign in to comment.