mirror of
https://github.com/androguard/androguard.git
synced 2024-11-23 05:00:11 +00:00
ready for patch update 4.0.2
This commit is contained in:
parent
d3b6ded8c8
commit
9e7f13a042
@ -1,4 +1,4 @@
|
||||
# The current version of Androguard
|
||||
# Please use only this variable in any scripts,
|
||||
# to keep the version number the same everywhere.
|
||||
__version__ = "4.0.1"
|
||||
__version__ = "4.0.2"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "androguard"
|
||||
description = "Androguard is a full python tool to play with Android files."
|
||||
authors = ["desnos <desnos@t0t0.fr>"]
|
||||
version = "4.0.1"
|
||||
version = "4.0.2"
|
||||
license = "Apache Licence, Version 2.0"
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/androguard/androguard"
|
||||
@ -12,7 +12,7 @@ packages = [
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
python = "^3.9"
|
||||
pygments = ">=2.3.1"
|
||||
lxml = ">=4.3.0"
|
||||
colorama = ">=0.4.1"
|
||||
|
@ -9,4 +9,4 @@ mutf8
|
||||
dataset
|
||||
frida
|
||||
loguru
|
||||
apkInspector>=1.1.7
|
||||
apkInspector>=1.2.1
|
7
setup.py
7
setup.py
@ -22,14 +22,13 @@ setup(
|
||||
'console_scripts': [
|
||||
'androguard = androguard.cli.cli:entry_point'] },
|
||||
setup_requires=['setuptools'],
|
||||
python_requires='>=3.6',
|
||||
python_requires='>=3.9',
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Topic :: Security',
|
||||
'Topic :: Software Development',
|
||||
|
Loading…
Reference in New Issue
Block a user