Skip to content

Commit

Permalink
Explicitly specified UTF-8 encoding for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianPoe committed Jan 17, 2019
1 parent 77cc55f commit c1f7218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# coding: utf8

from setuptools import setup, find_packages

Expand Down

0 comments on commit c1f7218

Please sign in to comment.