remove duplicated keyword 'packages'
This commit is contained in:
		
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							@@ -72,9 +72,6 @@ setup(
 | 
				
			|||||||
        "Issue tracker": "https://github.com/StepwiseMath/wp-oauth-backend/issues",
 | 
					        "Issue tracker": "https://github.com/StepwiseMath/wp-oauth-backend/issues",
 | 
				
			||||||
        "Community": "https://stepwisemath.ai",
 | 
					        "Community": "https://stepwisemath.ai",
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    packages=[
 | 
					 | 
				
			||||||
        'wp_oauth_backend',
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    packages=find_packages(),
 | 
					    packages=find_packages(),
 | 
				
			||||||
    include_package_data=True,
 | 
					    include_package_data=True,
 | 
				
			||||||
    package_data={"": ["*.html"]},  # include any templates found in this repo.
 | 
					    package_data={"": ["*.html"]},  # include any templates found in this repo.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user