mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Add COPYING and change license to LGPLv2+
This commit is contained in:
+3
-11
@@ -28,11 +28,11 @@ setup(
|
||||
long_description=long_description,
|
||||
author="Frida Developers",
|
||||
author_email="ole.andre.ravnas@tillitech.com",
|
||||
url="http://frida.github.io",
|
||||
url="http://www.frida.re",
|
||||
install_requires=[
|
||||
"colorama >= 0.2.7"
|
||||
],
|
||||
license="GNU GPLv3+",
|
||||
license="GNU LGPLv2+",
|
||||
zip_safe=True,
|
||||
keywords="frida debugger inject javascript windows mac ios iphone ipad",
|
||||
classifiers=[
|
||||
@@ -42,21 +42,13 @@ setup(
|
||||
"Environment :: Win32 (MS Windows)",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: Science/Research",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
|
||||
"Natural Language :: English",
|
||||
"Operating System :: MacOS",
|
||||
"Operating System :: MacOS :: MacOS X",
|
||||
"Operating System :: Microsoft",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Operating System :: Microsoft :: Windows :: Windows XP",
|
||||
"Operating System :: Microsoft :: Windows :: Windows 7",
|
||||
"Operating System :: POSIX",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 2.6",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.3",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: JavaScript",
|
||||
"Topic :: Software Development :: Debuggers",
|
||||
|
||||
Reference in New Issue
Block a user