Update setup.py

Deprecated var name (stupid google), add feedify.ini (still not sure what to do with .htaccess)
master
pictuga 2014-01-11 17:29:06 +01:00
parent 5feb061bf7
commit ca72c397fb
1 changed files with 3 additions and 2 deletions

View File

@ -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'