Skip to content

Commit c92e472

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 854c93f commit c92e472

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ maintainer_email = kilian.lieret@posteo.de
1212
license = MIT
1313
license_files = LICENSE.txt
1414
classifiers =
15-
License :: OSI Approved :: MIT License
1615
Operating System :: OS Independent
1716
Programming Language :: Python :: 3
1817
Programming Language :: Python :: 3 :: Only
19-
Programming Language :: Python :: 3.8
2018
Programming Language :: Python :: 3.9
2119
Programming Language :: Python :: 3.10
2220
project_urls =
@@ -34,7 +32,7 @@ install_requires =
3432
pandas
3533
python-frontmatter
3634
pyyaml
37-
python_requires = >=3.8
35+
python_requires = >=3.9
3836
include_package_data = True
3937
package_dir =
4038
=src

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
""" To install this package, change to the directory of this file and run
3+
"""To install this package, change to the directory of this file and run
44
55
pip3 install --user .
66

0 commit comments

Comments
 (0)