add entry point registration for menu handler
This commit is contained in:
		
							parent
							
								
									0b1b98d491
								
							
						
					
					
						commit
						81a6531d37
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -34,6 +34,9 @@ dependencies = [
 | 
			
		|||
[project.entry-points."wutta.config.extensions"]
 | 
			
		||||
"{{cookiecutter.package_name}}" = "{{cookiecutter.package_name}}.config:{{cookiecutter.__studly_prefix}}Config"
 | 
			
		||||
 | 
			
		||||
[project.entry-points."wutta.web.menus"]
 | 
			
		||||
"{{cookiecutter.package_name}}" = "{{cookiecutter.package_name}}.web.menus:{{cookiecutter.__studly_prefix}}MenuHandler"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# [project.urls]
 | 
			
		||||
# Homepage = "https://example.com/"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue