Skip to content

Commit

Permalink
Add explicit import
Browse files Browse the repository at this point in the history
  • Loading branch information
Torvaney committed May 3, 2020
1 parent d826289 commit 4138492
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import setuptools

from distutils.core import setup


with open('README.md', 'r', encoding='utf8') as f:
readme = f.read()

Expand Down

0 comments on commit 4138492

Please sign in to comment.