We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd79eaa commit f981a7bCopy full SHA for f981a7b
setup.py
@@ -3,8 +3,7 @@
3
import os
4
import re
5
from setuptools import setup, find_packages
6
-import shutil
7
-import sys
+
8
9
def read(*names, **kwargs):
10
with io.open(
0 commit comments