-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (45 loc) · 1.41 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = v0tools
version = file: VERSION
url = https://v0tools.stev0.me
project_urls =
Changes = https://v0tools.stev0.me/changelog/
Source Code = https://github.com/shollingsworth/v0tools
Issue Tracker = https://github.com/shollingsworth/v0tools/issues/
Twitter = https://twitter.com/_stevo
Documentation = https://v0tools.stev0.me
license = MIT
author = Steven Hollingsworth
author_email = [email protected]
description = This collection of tools helps navigate some of the more tedious parts of CTF'ing
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
License :: OSI Approved :: MIT License
Intended Audience :: End Users/Desktop
Intended Audience :: Information Technology
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Security
Topic :: Security :: Cryptography
keywords =
hacking
ctf
crypto
[options]
packages = find:
package_dir = = src
include_package_data = true
python_requires = >= 3.6
# Dependencies are in setup.py for GitHub's dependency graph.
[options.packages.find]
where = src
[options.package_data]
* =
data/*