mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
12 lines
474 B
Diff
12 lines
474 B
Diff
--- ./setup.py.orig
|
|
+++ ./setup.py
|
|
@@ -26,7 +26,7 @@
|
|
url='https://github.com/cloudflare/python-cloudflare',
|
|
license='MIT',
|
|
options={"bdist_wheel": {"universal": True}},
|
|
- packages=['cli4', 'examples']+find_packages(),
|
|
+ packages=['cli4']+find_packages(),
|
|
include_package_data=True,
|
|
data_files = [('share/man/man1', ['cli4/cli4.1'])],
|
|
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
|