Skip to content

Commit 324d728

Browse files
twsltimvink
authored andcommitted
Format setup
1 parent 7bc026e commit 324d728

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import setup, find_packages
1+
from setuptools import find_packages, setup
22

33
with open("README.md", "r") as fh:
44
long_description = fh.read()
@@ -14,19 +14,19 @@
1414
author="Tim Vink",
1515
author_email="[email protected]",
1616
license="MIT",
17-
python_requires=">=3.7",
17+
python_requires=">=3.8",
1818
classifiers=[
1919
"Operating System :: OS Independent",
20-
'Programming Language :: Python',
21-
'Programming Language :: Python :: 3',
22-
'Programming Language :: Python :: 3.8',
23-
'Programming Language :: Python :: 3.9',
24-
'Programming Language :: Python :: 3.10',
25-
'Programming Language :: Python :: 3.11',
26-
'Programming Language :: Python :: 3 :: Only',
20+
"Programming Language :: Python",
21+
"Programming Language :: Python :: 3",
22+
"Programming Language :: Python :: 3.8",
23+
"Programming Language :: Python :: 3.9",
24+
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3 :: Only",
2727
"License :: OSI Approved :: MIT License",
28-
'Topic :: Documentation',
29-
'Topic :: Text Processing',
28+
"Topic :: Documentation",
29+
"Topic :: Text Processing",
3030
],
3131
install_requires=["mkdocs>=1.0"],
3232
packages=find_packages(),

0 commit comments

Comments
 (0)