Skip to content

Commit

Permalink
Fixing pip install problem by adding additional Markdown to package
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hawkins committed Sep 11, 2020
1 parent 787ef86 commit f7de894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include markdown_test.md
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
entry_points = {
"console_scripts": ['dfsummarizer = dfsummarizer.dfsummarizer:main']
},
include_package_data=True,
version = version,
description = "Python command line application to summarize a CSV or TSV dataset.",
long_description = long_descr,
Expand Down

0 comments on commit f7de894

Please sign in to comment.