-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 757 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 757 Bytes
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
[metadata]
name = tisb
version = 1.0.0
description = Threat Intelligence Slack Bot
author = Ronald Eddings
author_email = ron@secdevops.ai
url = https://github.com/secdevopsai/Threat-Intel-Slack-Bot
download_url = https://github.com/secdevopsai/Threat-Intel-Slack-Bot/archive/master.zip
classifiers =
Development Status :: Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Security
Topic :: Security :: Threat Intelligence
[options]
packages = tisb
install_requires =
slackclient
requests