Skip to content

Commit

Permalink
Remove obsolete codecs import in setup.py; this was breaking twine!
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcorbett committed Sep 5, 2019
1 parent 8878bde commit 83e9fe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"""

from setuptools import setup, find_packages
from codecs import open # To use a consistent encoding
from os import path

here = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit 83e9fe4

Please sign in to comment.