-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (39 loc) · 1.07 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
[metadata]
name = profiling-helpers
version = 0.2.0
author = Fabian Nobis
author_email = fabiannobis@gmx.de
url = https://github.com/NobisIndustries/python-profiling-helpers
description = A small utility library that wraps cProfile and makes it easy to debug performance problems in your Python code.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
platform = any
keywords = cProfile, profiling, performance
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Bug Tracker = https://github.com/NobisIndustries/python-profiling-helpers/issues
[options]
package_dir =
= src
python_requires = >=3.7
install_requires =
snakeviz>=2.1.1
[options.extras_require]
aws =
boto3>=1.28.0
dev =
pre-commit
build
pytest
[bdist_wheel]
universal = true
[sdist]
formats = zip, gztar