1
0
Fork 0
forked from github/pelican

Merge pull request #2932 from BenSturmfels/master

Remove shebang lines from generated pelicanconf.py and publishconf.py
This commit is contained in:
Justin Mayer 2021-10-05 06:17:48 +02:00 committed by GitHub
commit e2c73a0a16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
AUTHOR = {{author}}
SITENAME = {{sitename}}
SITEURL = ''

View file

@ -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.