1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/testing/py3-telegram/0002-Remove-binarys.patch
2023-04-12 12:17:40 +00:00

17 lines
347 B
Diff

diff --git a/setup.py b/setup.py
index 36d7905..5e7df4b 100644
--- a/setup.py
+++ b/setup.py
@@ -28,12 +28,6 @@ setup(
packages=[
'telegram',
],
- package_data={
- 'telegram': [
- 'lib/darwin/*',
- 'lib/linux/*',
- ],
- },
install_requires=[
'telegram-text~=0.1',
],