-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
33 lines (32 loc) Β· 923 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 = toolbox
author = Felipe Faria
author-email = [email protected]
summary = Extends Python with useful features.
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
requires-python = >=3.7
home-page = https://github.com/synchronizing/toolbox
project_urls =
Bug Tracker = https://github.com/synchronizing/toolbox/issues
Documentation = https://synchronizing.github.io/toolbox/
Source Code = https://github.com/synchronizing/toolbox/tree/master
license = MIT
classifier =
Programming Language :: Python :: Implementation :: CPython
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Natural Language :: English
Topic :: Software Development :: Libraries
Topic :: Utilities
keywords =
toolbox
asyncio
builtins
collections
config
functools
textwrap
[files]
packages =
toolbox