Skip to content

Commit e8554a5

Browse files
authored
Merge pull request #68 from scrapy-plugins/long-description
adding long_description into package setup
2 parents 2a17c86 + 78bb061 commit e8554a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
from setuptools import setup
22

3+
with open("README.rst") as f:
4+
readme = f.read()
5+
6+
37
setup(
48
name='scrapy-crawlera',
59
version='1.4.0',
610
license='BSD',
711
description='Crawlera middleware for Scrapy',
12+
long_description=readme,
813
maintainer='Raul Gallegos',
914
maintainer_email='[email protected]',
1015
author='Scrapinghub',

0 commit comments

Comments
 (0)