-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
32 lines (29 loc) · 875 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
29
30
31
32
[metadata]
name = cryptosploit
version = 0.3.1.0
url = https://github.com/SNESEAR/cryptosploit
author = SNESEAR, y73n0k
author_email = [email protected], [email protected]
description = Cryptographic tool
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: POSIX :: Linux
Topic :: Security :: Cryptography
[options]
include_package_data = True
install_requires =
cryptosploit_modules @ git+https://github.com/y73n0k/cryptosploit_modules.git
python_requires = >=3.10
package_dir =
=src
packages = find:
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
cryptosploit = cryptosploit.__main__:main