Fixed formatting

This commit is contained in:
Richard Bowman 2021-04-21 12:40:10 +01:00
parent 64f2263e81
commit fd32c22e30
2 changed files with 7 additions and 3 deletions

View file

@ -6,10 +6,11 @@ https://packaging.python.org/guides/distributing-packages-using-setuptools/
"""
# the following imports, from the guide above, prefer `setuptools` to `distutils`
from setuptools import setup, find_packages
from os import path
# the following imports, from the guide above, prefer `setuptools` to `distutils`
from setuptools import find_packages, setup
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file