diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ -from setuptools import setup from codecs import open from os import path +from setuptools import setup + # Get the long description from the README file here = path.abspath(path.dirname(__file__)) with open(path.join(here, 'README.md'), encoding='utf-8') as f: |
