Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 928f185

Browse files
🎨 Run linter
1 parent 5e909b9 commit 928f185

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

‎docs/source/conf.py‎

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22

33
# -- Project information
44

5-
project = 'discordoauth2.py'
6-
copyright = '2022, TreeBen77'
7-
author = 'TreeBen77'
5+
project = "discordoauth2.py"
6+
copyright = "2022, TreeBen77"
7+
author = "TreeBen77"
88

9-
release = '1.1'
10-
version = '1.1.1'
9+
release = "1.1"
10+
version = "1.1.1"
1111

1212
# -- General configuration
1313

1414
extensions = [
15-
'sphinx.ext.duration',
16-
'sphinx.ext.doctest',
17-
'sphinx.ext.autodoc',
18-
'sphinx.ext.autosummary',
19-
'sphinx.ext.intersphinx',
15+
"sphinx.ext.duration",
16+
"sphinx.ext.doctest",
17+
"sphinx.ext.autodoc",
18+
"sphinx.ext.autosummary",
19+
"sphinx.ext.intersphinx",
2020
]
2121

2222
intersphinx_mapping = {
23-
'python': ('https://docs.python.org/3/', None),
24-
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
23+
"python": ("https://docs.python.org/3/", None),
24+
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
2525
}
26-
intersphinx_disabled_domains = ['std']
26+
intersphinx_disabled_domains = ["std"]
2727

28-
templates_path = ['_templates']
28+
templates_path = ["_templates"]
2929

3030
# -- Options for HTML output
3131

32-
html_theme = 'sphinx_rtd_theme'
32+
html_theme = "sphinx_rtd_theme"
3333

3434
# -- Options for EPUB output
35-
epub_show_urls = 'footnote'
35+
epub_show_urls = "footnote"

‎setup.py‎

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@
44
long_description = file.read()
55

66
setup(
7-
name='discord-oauth2.py',
8-
description='Use Discord\'s OAuth2 effortlessly! Turns the auth code to a access token and the access token into scope infomation. ',
7+
name="discord-oauth2.py",
8+
description="Use Discord's OAuth2 effortlessly! Turns the auth code to a access token and the access token into scope infomation. ",
99
version="1.2.1",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
12-
license='MIT',
13-
python_requires='>=3.8',
12+
license="MIT",
13+
python_requires=">=3.8",
1414
author="TreeBen77",
15-
packages=[
16-
'discordoauth2'
17-
],
18-
url='https://github.com/TreeBen77/discordoauth2',
19-
keywords='flask, oauth2, discord, discord-api',
15+
packages=["discordoauth2"],
16+
url="https://github.com/TreeBen77/discordoauth2",
17+
keywords="flask, oauth2, discord, discord-api",
2018
install_requires=[
21-
'aiohttp',
22-
'requests',
23-
]
19+
"aiohttp",
20+
"requests",
21+
],
2422
)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /