Format code using black
This commit is contained in:
parent
efe4fa027e
commit
c27f020d73
85 changed files with 3238 additions and 2243 deletions
32
api/setup.py
32
api/setup.py
|
@ -8,26 +8,26 @@ print(script_path)
|
|||
os.chdir(script_path)
|
||||
|
||||
setup(
|
||||
name='libretime-api',
|
||||
version='2.0.0a1',
|
||||
name="libretime-api",
|
||||
version="2.0.0a1",
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
description='LibreTime API backend server',
|
||||
url='https://github.com/LibreTime/libretime',
|
||||
author='LibreTime Contributors',
|
||||
scripts=['bin/libretime-api'],
|
||||
description="LibreTime API backend server",
|
||||
url="https://github.com/LibreTime/libretime",
|
||||
author="LibreTime Contributors",
|
||||
scripts=["bin/libretime-api"],
|
||||
install_requires=[
|
||||
'coreapi',
|
||||
'Django~=3.0',
|
||||
'djangorestframework',
|
||||
'django-url-filter',
|
||||
'markdown',
|
||||
'model_bakery',
|
||||
'psycopg2',
|
||||
"coreapi",
|
||||
"Django~=3.0",
|
||||
"djangorestframework",
|
||||
"django-url-filter",
|
||||
"markdown",
|
||||
"model_bakery",
|
||||
"psycopg2",
|
||||
],
|
||||
project_urls={
|
||||
'Bug Tracker': 'https://github.com/LibreTime/libretime/issues',
|
||||
'Documentation': 'https://libretime.org',
|
||||
'Source Code': 'https://github.com/LibreTime/libretime',
|
||||
"Bug Tracker": "https://github.com/LibreTime/libretime/issues",
|
||||
"Documentation": "https://libretime.org",
|
||||
"Source Code": "https://github.com/LibreTime/libretime",
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue