From ca72c397fb07ade495aa0be901295f7ef46d0368 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sat, 11 Jan 2014 17:29:06 +0100 Subject: [PATCH] Update setup.py Deprecated var name (stupid google), add feedify.ini (still not sure what to do with .htaccess) --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7207814..2ff6a25 100644 --- a/setup.py +++ b/setup.py @@ -5,9 +5,10 @@ setup( name='morss', author='pictuga', author_email='contact at author name dot com', url='http://morss.it/', - licence='GPL 3+', + license='GPL 3+', packages=['morss'], - install_required=[ + package_data={'':['feedify.ini']}, + install_requires=[ 'readability-lxml', 'python-dateutil <= 1.5', 'lxml'