mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove shebang lines from generated pelicanconf.py and publishconf.py.
These configuration files do not need a #! line as they are not intended to be executed directly and are not marked as executable. (In practise this doesn't cause any problems - it just came up in a Guix bug report because Guix transforms the #! lines.) The "coding: utf-8" lines are also no longer required now that Pelican is Python 3 only.
This commit is contained in:
parent
f862d64b7a
commit
c5c7483268
2 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*- #
|
||||
|
||||
AUTHOR = {{author}}
|
||||
SITENAME = {{sitename}}
|
||||
SITEURL = ''
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*- #
|
||||
|
||||
# This file is only used if you use `make publish` or
|
||||
# explicitly specify it as your config file.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue