Commit df13912c authored by Vincent Pelletier's avatar Vincent Pelletier

Use proper extension for reStructuredText.

parent 5b047f1a
include README
include README.rst
include TODO
include COPYING
include apachedex/jquery*.js
......
......@@ -55,7 +55,7 @@ for filename, (url, hexdigest) in DEPS.items():
if sys.argv[1:] == ['deps']:
sys.exit(0)
description = open(join(_file_dirname, 'README')).read()
description = open(join(_file_dirname, 'README.rst')).read()
setup(
name='APacheDEX',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment