mirror of
				https://github.com/enpaul/peewee-plus.git
				synced 2025-11-04 01:08:38 +00:00 
			
		
		
		
	Add metadata to __all__ export list
This commit is contained in:
		@@ -20,6 +20,12 @@ __authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__all__ = [
 | 
					__all__ = [
 | 
				
			||||||
 | 
					    "__title__",
 | 
				
			||||||
 | 
					    "__version__",
 | 
				
			||||||
 | 
					    "__license__",
 | 
				
			||||||
 | 
					    "__summary__",
 | 
				
			||||||
 | 
					    "__url__",
 | 
				
			||||||
 | 
					    "__authors__",
 | 
				
			||||||
    "calc_batch_size",
 | 
					    "calc_batch_size",
 | 
				
			||||||
    "EnumField",
 | 
					    "EnumField",
 | 
				
			||||||
    "JSONField",
 | 
					    "JSONField",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user