Update setup.py
Deprecated var name (stupid google), add feedify.ini (still not sure what to do with .htaccess)master
parent
5feb061bf7
commit
ca72c397fb
5
setup.py
5
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'
|
||||
|
|
Loading…
Reference in New Issue