mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-10-31 16:07:49 +03:00 
			
		
		
		
	Remove LICENSE for non open source projects
This commit is contained in:
		
							parent
							
								
									ac61117b59
								
							
						
					
					
						commit
						c5c6bace99
					
				|  | @ -32,7 +32,10 @@ DEBUG_VALUE = "debug" | |||
| 
 | ||||
| 
 | ||||
| def remove_open_source_files(): | ||||
|     file_names = ["CONTRIBUTORS.txt"] | ||||
|     file_names = [ | ||||
|         "CONTRIBUTORS.txt", | ||||
|         "LICENSE", | ||||
|     ] | ||||
|     for file_name in file_names: | ||||
|         os.remove(file_name) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user