mirror of
				https://github.com/liberatedsystems/Sideband_CE.git
				synced 2024-09-03 04:13:27 +02:00 
			
		
		
		
	Updated version and dependencies
This commit is contained in:
		
							parent
							
								
									859163d08a
								
							
						
					
					
						commit
						34a1c88434
					
				@ -10,12 +10,11 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
version.regex = __version__ = ['"](.*)['"]
 | 
					version.regex = __version__ = ['"](.*)['"]
 | 
				
			||||||
version.filename = %(source.dir)s/main.py
 | 
					version.filename = %(source.dir)s/main.py
 | 
				
			||||||
android.numeric_version = 20221004
 | 
					android.numeric_version = 20221005
 | 
				
			||||||
 | 
					
 | 
				
			||||||
requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,lxmf==0.1.8,netifaces,libbz2,pydenticon
 | 
					requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,lxmf==0.1.9,netifaces,libbz2,pydenticon
 | 
				
			||||||
p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
 | 
					p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
 | 
				
			||||||
requirements.source.kivymd = ../../Others/KivyMD-master
 | 
					requirements.source.kivymd = ../../Others/KivyMD-master
 | 
				
			||||||
# requirements.source.plyer = ../../Others/plyer
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
icon.filename = %(source.dir)s/assets/icon.png
 | 
					icon.filename = %(source.dir)s/assets/icon.png
 | 
				
			||||||
presplash.filename = %(source.dir)s/assets/presplash_small.png
 | 
					presplash.filename = %(source.dir)s/assets/presplash_small.png
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
__version__ = "0.1.9"
 | 
					__version__ = "0.2.0"
 | 
				
			||||||
__variant__ = "beta"
 | 
					__variant__ = "beta"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@ -81,7 +81,7 @@ setuptools.setup(
 | 
				
			|||||||
            'sideband=sbapp:main.run',
 | 
					            'sideband=sbapp:main.run',
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    install_requires=['rns>=0.3.12', 'lxmf>=0.1.8', 'kivy==2.1.0', 'plyer', "pillow"],
 | 
					    install_requires=['rns>=0.3.13', 'lxmf>=0.1.9', 'kivy==2.1.0', 'plyer', "pillow"],
 | 
				
			||||||
    extras_require={
 | 
					    extras_require={
 | 
				
			||||||
        "macos": ["pyobjus"],
 | 
					        "macos": ["pyobjus"],
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user