Skip to content

Commit

Permalink
fixed setup.py and README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
btimby committed Jul 10, 2012
1 parent 051cf08 commit eefa306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include README.rst
3 changes: 2 additions & 1 deletion setup.py
@@ -1,11 +1,12 @@
#!/bin/env python

import os
from distutils.core import setup

name = 'fulltext'
version = '0.3'
release = '1'
readme = 'README.rst'
readme = os.path.join(os.path.dirname(__file__), 'README.rst')
versrel = version + '-' + release
download_url = 'https://github.com/downloads/btimby/' + name + \
'/' + name + '-' + versrel + '.tar.gz'
Expand Down

0 comments on commit eefa306

Please sign in to comment.