Skip to content

Commit

Permalink
really use rst in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Rue committed Jun 15, 2012
1 parent 562f6f4 commit 3310c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,7 +3,7 @@

HERE = os.path.abspath(os.path.dirname(__file__))

README_PATH = os.path.join(HERE, 'README.md')
README_PATH = os.path.join(HERE, 'README.rst')
try:
README = open(README_PATH).read()
except IOError:
Expand All @@ -12,7 +12,7 @@
setup(
name='django_ratchet',
packages=['django_ratchet'],
version='0.1',
version='0.1.2',
description='Ratchet.io plugin for django',
long_description=README,
author='Brian Rue',
Expand Down

0 comments on commit 3310c8e

Please sign in to comment.