Update setup.py
Deprecated var name (stupid google), add feedify.ini (still not sure what to do with .htaccess)
This commit is contained in:
		
							
								
								
									
										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'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user