File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,9 @@ maintainer_email = kilian.lieret@posteo.de
1212license = MIT
1313license_files = LICENSE.txt
1414classifiers =
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
2220project_urls =
@@ -34,7 +32,7 @@ install_requires =
3432 pandas
3533 python-frontmatter
3634 pyyaml
37- python_requires = >=3.8
35+ python_requires = >=3.9
3836include_package_data = True
3937package_dir =
4038 =src
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments