git: ee88209c6aa2 - main - devel/py-flit-core: Fix typo
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 14 17:47:14 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ee88209c6aa22e9bf6012c1cbcb8315c467e4b9d
commit ee88209c6aa22e9bf6012c1cbcb8315c467e4b9d
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-14 17:39:55 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-14 17:39:55 +0000
devel/py-flit-core: Fix typo
---
devel/py-flit-core/files/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-flit-core/files/setup.py b/devel/py-flit-core/files/setup.py
index 780c527f202e..3040134b09b8 100644
--- a/devel/py-flit-core/files/setup.py
+++ b/devel/py-flit-core/files/setup.py
@@ -11,7 +11,7 @@ setup(
url='https://github.com/takluyver/flit',
packages=find_packages(),
install_requires=['pytoml'],
- requires_python='>=3.4',
+ python_requires='>=3.4',
classifiers=[
"License :: OSI Approved :: BSD License",
"Topic :: Software Development :: Libraries :: Python Modules",
More information about the dev-commits-ports-all
mailing list