-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (34 loc) · 832 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
34
35
36
37
38
[metadata]
name = aliases-cheatsheet
version = 0.1.0
description = Personal (auto-generated) Aliases Cheatsheet for Shell and Git aliases.
long_description = file: README.md
long_description_content_type = text/markdown
author = Stephan Leicht Vogt
author_email = [email protected]
license = MIT
license_files = LICENSE
url = https://github.com/sleicht/aliases-cheatsheet
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.6
install_requires =
markdown
pdfkit
[options.extras_require]
dev =
black
isort
[flake8]
max-line-length = 88
exclude = .venv,__pycache__
per-file-ignores =
__init__.py: F401
[isort]
profile = black
known_first_party = aliases_cheatsheet
default_section = THIRDPARTY