diff --git a/setup.py b/setup.py index 778c39d..c355031 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```""" -PACKAGE_DESCRIPTION_SHORT='This is a collection of small fetchers for personal data spread around the internet.' +PACKAGE_DESCRIPTION_SHORT = ( + 'This is a collection of small fetchers for personal data spread around the internet.' +) + def parse_version_file(text: str) -> str: match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)