mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
17 lines
347 B
Diff
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',
|
|
],
|