Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski authored Sep 25, 2017
1 parent aa82c35 commit 34837a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def package_files(directory):
return paths

# Get the long description from the relevant file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

css_files = package_files('ckanext/c3charts/fanstatic')
Expand Down

0 comments on commit 34837a3

Please sign in to comment.