Update setup.py

This commit is contained in:
akamhy 2020-05-05 10:39:10 +05:30 committed by GitHub
parent 2a1b3bc6ee
commit e5a6057249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
from distutils.core import setup
import os.path
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()