Skip to content

Commit b236517

Browse files
committed
change author name, add readme to pypi
1 parent 2e7b1d5 commit b236517

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
version='2.0.0',
66
license='BSD',
77
description='Scrapy middleware to ignore previously crawled pages',
8-
author='Scrapinghub',
9-
author_email='[email protected]',
8+
long_description=open('README.rst').read(),
9+
author='Zyte',
10+
author_email='[email protected]',
1011
url='http://github.com/scrapy-plugins/scrapy-deltafetch',
1112
packages=['scrapy_deltafetch'],
1213
platforms=['Any'],

0 commit comments

Comments
 (0)