-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (42 loc) · 1.15 KB
/
setup.cfg
File metadata and controls
47 lines (42 loc) · 1.15 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = liveexploit
version = 0.1.0
author = LiveExploit Team
author_email = security@example.com
description = A security research tool for exploit development and analysis
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/your-org/liveexploit
license = MIT OR Apache-2.0
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Security Professionals
License :: OSI Approved :: MIT License
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Security
[options]
packages = find:
python_requires = >=3.11
install_requires =
cryptography>=3.4,<4.0
prompt_toolkit>=3.0,<4.0
[options.extras_require]
dev =
pytest>=7.0,<8.0
pytest-cov>=4.0,<5.0
pytest-mock>=3.0,<4.0
flake8>=6.0,<7.0
mypy>=1.0,<2.0
bandit>=1.7,<2.0
safety>=2.0,<3.0
types-setuptools
[options.entry_points]
console_scripts =
liveexploit = liveexploit.cli:main
[options.package_data]
* = *.md, *.txt, *.yaml
[easy_install]
allow_hosts = *