commit | 6d96e20529058317355635849375bcc7043e1e46 | [log] [tgz] |
---|---|---|
author | Brian Sizemore <bpsizemore@gmail.com> | Thu Nov 05 13:52:42 2015 -0500 |
committer | Brian Sizemore <bpsizemore@gmail.com> | Thu Nov 05 13:52:42 2015 -0500 |
tree | c621cfbd06cfa6861a8e84fd62b1186b9e03b926 | |
parent | 78c2dd74c1af59c15b6e7fe563c734cfe4b9a28a [diff] [blame] |
added an encoding set. Lack thereof was causing setup.py to fail sometimes. https://www.python.org/dev/peps/pep-0263/
diff --git a/setup.py b/setup.py index 75b2fe7..bd14b21 100755 --- a/setup.py +++ b/setup.py
@@ -1,5 +1,5 @@ #!/usr/bin/env python -# +# -*- coding: utf-8 -*- # Copyright 2011 Sybren A. Stüvel <sybren@stuvel.eu> # # Licensed under the Apache License, Version 2.0 (the "License");