From c41e6a9034f50eee173b9c4754dd17802fd9ad48 Mon Sep 17 00:00:00 2001 From: timofey Date: Mon, 2 Oct 2023 16:57:43 +0000 Subject: [PATCH] reformat --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index b1950a6..25ee43d 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,12 @@ from setuptools import setup setup( - name='v6d3musicapi', - version='', - packages=['v6d3musicapi'], - url='', - license='', - author='PARRRATE TNV', - author_email='', - description='' + name="v6d3musicapi", + version="", + packages=["v6d3musicapi"], + url="", + license="", + author="PARRRATE TNV", + author_email="", + description="", )