ports/www/py-flask-apscheduler/files/patch-setup.py
Po-Chuan Hsieh e1db0a37d8
www/py-flask-apscheduler: Do not install LICENSE to PREFIX
- Bump PORTREVISION for package change

PR:		261163
Reported by:	se
2022-01-26 03:51:17 +08:00

10 lines
452 B
Python

--- setup.py.orig 2021-12-18 09:30:38 UTC
+++ setup.py
@@ -16,7 +16,6 @@ setup(
long_description_content_type='text/x-rst',
keywords=['apscheduler', 'scheduler', 'scheduling', 'cron'],
install_requires=['flask>=0.10.1', 'apscheduler>=3.2.0,<4.0.0', 'python-dateutil>=2.4.2'],
- package_data={'Flask-APScheduler': ['LICENSE']},
include_package_data=True,
classifiers=[
'Development Status :: 5 - Production/Stable',