forked from sa7mon/S3Scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (30 loc) · 893 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
33
[metadata]
name = S3Scanner
version = 2.0.1
author = Dan Salmon
author_email = dan@salmon.cat
description = Scan for open S3 buckets and dump the contents
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/sa7mon/S3Scanner
project_urls =
Bug Tracker = https://github.com/sa7mon/S3Scanner
classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Security
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = S3Scanner
install_requires =
boto3
python_requires = >=3.6
[options.entry_points]
console_scripts =
s3scanner = S3Scanner.__main__:main
[tool:pytest]
python_files=test_*.py
filterwarnings = ignore::pytest.PytestCollectionWarning