forked from hraftery/slacktokens
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (30 loc) · 1.21 KB
/
setup.cfg
File metadata and controls
31 lines (30 loc) · 1.21 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
[metadata]
name = slacktokens
version = 0.2.3
url = https://github.com/hraftery/slacktokens
author = Heath Raftery
author_email = heath@empirical.ee
description = Extract personal tokens and authentication cookie from the Slack app
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Topic :: Software Development :: Libraries
Topic :: Utilities
[options]
py_modules = slacktokens
python_requires = >=3.7
install_requires =
leveldb==0.201
#'pycookiecheat',
# Turns out "direct links" are forbidden by PyPi, and support for "dependency links"
# has been dropped by pip starting with version 19.0 (released 2019-01-22). Could use
# "requirements.txt" and some instructions... Ref: https://stackoverflow.com/q/68073819/3697870
#'pycookiecheat@git+https://github.com/hraftery/pycookiecheat.git@a82d32730b01ebe20393ab5ca7b3267975ed0767#egg=pycookiecheat'
# For now, use forked package instead:
pycookiecheat-slack