Skip to content

Commit bee85b5

Browse files
committed
Remove from __future__ import unicode_literals from setup.py. Fixes #9.
1 parent 7d8062d commit bee85b5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ This document records the main changes to the python-template code.
1111
master
1212
------
1313

14-
`View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.1...HEAD>`__.
14+
`View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.2...HEAD>`__.
15+
16+
.. _changelog-1.0.1:
17+
18+
1.0.2 (2018-10-01)
19+
------------------
20+
21+
Fixed
22+
^^^^^
23+
* Remove ``from __future__ import unicode_literals`` that made the package install fail under Python 2. See `#9 <https://github.com/sdss/python_template/issues/9>`__ for details.
1524

1625

1726
.. _changelog-1.0.1:

{{cookiecutter.repo_name}}/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from __future__ import division
88
from __future__ import print_function
99
from __future__ import absolute_import
10-
from __future__ import unicode_literals
1110

1211
from setuptools import setup, find_packages
1312

0 commit comments

Comments
 (0)