Skip to content

Commit 72ca2cc

Browse files
committed
py utf8 header
1 parent 82f0220 commit 72ca2cc

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
project.sublime-project
2-
project.sublime-workspace
3-
build
4-
MANIFEST
5-
dist/
1+
project.sublime-project
2+
project.sublime-workspace
3+
build
4+
MANIFEST
5+
dist/
6+
*.egg-info

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
# -*- coding: utf-8 -*-
22
# Python bindings for jsonic library.
33
#
44
# https://github.com/rohanrhu/python-jsonic

0 commit comments

Comments
 (0)