mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			347 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 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',
 | 
						|
     ],
 |