Skip to content

Commit 0532324

Browse files
authored
Merge pull request #44 from roverdotcom/setup-py-encoding
Added explicit encoding to setup.py
2 parents af9536c + a84fd77 commit 0532324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
from __future__ import absolute_import
23
from __future__ import division
34
from __future__ import print_function

0 commit comments

Comments
 (0)