-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
setup.cfg
28 lines (27 loc) · 963 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[options]
zip_safe = False
python_requires = >=3.7
packages = pyinjector
[metadata]
name = pyinjector
version = 1.3.0
description = A tool/library allowing dynamic library injection into running processes
author = Maor Kleinberger
author_email = kmaork@gmail.com
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license_file = LICENSE
keywords = injection dll so library
url = https://github.com/kmaork/pyinjector
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries :: Python Modules