Skip to content

Commit 53ab3b7

Browse files
committed
Remove unneeded shebang (required for packaging)
1 parent 3482ea4 commit 53ab3b7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cloudflareddns/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

cloudflareddns/cloudflareddns.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#!/usr/bin/env python
1+
"""
2+
cloudflareddns
3+
==========
4+
License: BSD, see LICENSE for more details.
5+
"""
26

37
import argparse
48
import logging as log # for verbose output

0 commit comments

Comments
 (0)