Skip to content

Commit

Permalink
package project with readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonqiao36 committed Apr 9, 2019
1 parent 9d415b9 commit c8690f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include readme.md
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
from os import path

this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
with open(path.join(this_directory, "readme.md"), encoding="utf-8") as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit c8690f9

Please sign in to comment.