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='pictuga',
|
||||||
author_email='contact at author name dot com',
|
author_email='contact at author name dot com',
|
||||||
url='http://morss.it/',
|
url='http://morss.it/',
|
||||||
licence='GPL 3+',
|
license='GPL 3+',
|
||||||
packages=['morss'],
|
packages=['morss'],
|
||||||
install_required=[
|
package_data={'':['feedify.ini']},
|
||||||
|
install_requires=[
|
||||||
'readability-lxml',
|
'readability-lxml',
|
||||||
'python-dateutil <= 1.5',
|
'python-dateutil <= 1.5',
|
||||||
'lxml'
|
'lxml'
|
||||||
|
|
Loading…
Reference in New Issue