-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
56 lines (52 loc) · 1.27 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
50
51
52
53
54
55
56
[metadata]
name = termspark
version = 2.2.1
author = Faissal Wahabali
author_email = [email protected]
description = Takes control of terminal
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/faissaloux/termspark
documentation = https://termspark.faissaloux.com
keywords =
terminal
cmd
design
colorful
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Typing :: Typed
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options.package_data]
termspark = py.typed
[options]
include_package_data = true
python_requires = >=3.8, <4
packages=find:
install_requires =
typing-extensions==4.9.0
[options.extras_require]
dev =
pytest==7.3.2
pytest-cov==4.0.0
mypy==1.7.1
pre-commit==3.2.0
isort==5.11.5
black==23.11.0
mock==5.1.0
types-mock==5.1.0
docs =
mkdocs==1.4.2
mkdocs-material==9.0.15
pymdown-extensions==9.9.2
mike==2.1.1
[isort]
profile=black