more renaming
This commit is contained in:
		
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -59,7 +59,7 @@ ABOUT = load_about()
 | 
				
			|||||||
VERSION = ABOUT["__version__"]
 | 
					VERSION = ABOUT["__version__"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
setup(
 | 
					setup(
 | 
				
			||||||
    name='stepwisemath-oauth2-backend',
 | 
					    name='wp-oauth-backend',
 | 
				
			||||||
    version=VERSION,
 | 
					    version=VERSION,
 | 
				
			||||||
    description=('An OAuth backend for the WP OAuth Plugin, '
 | 
					    description=('An OAuth backend for the WP OAuth Plugin, '
 | 
				
			||||||
                 'mostly used for Open edX but can be used elsewhere.'),
 | 
					                 'mostly used for Open edX but can be used elsewhere.'),
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ logger = getLogger(__name__)
 | 
				
			|||||||
class WPOAuth2(BaseOAuth2):
 | 
					class WPOAuth2(BaseOAuth2):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    """WP OAuth authentication backend"""
 | 
					    """WP OAuth authentication backend"""
 | 
				
			||||||
    name = 'stepwisemath-oauth2'
 | 
					    name = 'wp-oauth'
 | 
				
			||||||
    SOCIAL_AUTH_SANITIZE_REDIRECTS = False
 | 
					    SOCIAL_AUTH_SANITIZE_REDIRECTS = False
 | 
				
			||||||
    ACCESS_TOKEN_METHOD = 'POST'
 | 
					    ACCESS_TOKEN_METHOD = 'POST'
 | 
				
			||||||
    EXTRA_DATA = []
 | 
					    EXTRA_DATA = []
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user