Skip to content

Commit

Permalink
setup.py: Remove Python 2 vestiges
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Aug 16, 2019
1 parent e1dae75 commit 8acc800
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
from io import open


with open("README.md", "r", encoding="utf-8") as f:
Expand Down

0 comments on commit 8acc800

Please sign in to comment.