mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 16:24:14 +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():
|
def remove_open_source_files():
|
||||||
file_names = ["CONTRIBUTORS.txt"]
|
file_names = [
|
||||||
|
"CONTRIBUTORS.txt",
|
||||||
|
"LICENSE",
|
||||||
|
]
|
||||||
for file_name in file_names:
|
for file_name in file_names:
|
||||||
os.remove(file_name)
|
os.remove(file_name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user