Skip to content

Commit

Permalink
fixed missing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rmax committed Feb 4, 2013
1 parent c319622 commit 2441d5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include README.rst
6 changes: 4 additions & 2 deletions setup.py
@@ -1,10 +1,12 @@
import os
from setuptools import setup

LONG_DESC = open('README.rst').read()
LONG_DESC = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()


setup(
name='scrapy-boilerplate',
version='0.2',
version='0.2.1',
description='Small set of utilities to simplify writing Scrapy spiders.',
long_description=LONG_DESC,
author='Rolando Espinoza La fuente',
Expand Down

0 comments on commit 2441d5a

Please sign in to comment.