Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from ulif/ulif-update-readme
Browse files Browse the repository at this point in the history
Set correct package name in README.
  • Loading branch information
ulif committed Mar 28, 2016
2 parents 89dd5ba + d3774f8 commit 17a5d51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
grokcore.json
*************

Support for JSON views in `grok`.
2 changes: 0 additions & 2 deletions README.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

long_description = (
read('README.txt')
read('README.rst')
+ '\n' +
read('CHANGES.txt')
)
Expand Down

0 comments on commit 17a5d51

Please sign in to comment.