-
Notifications
You must be signed in to change notification settings - Fork 392
/
Copy pathsetup.cfg
26 lines (24 loc) · 770 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
[metadata]
name = gprof2dot
version = 2024.06.06
author = Jose Fonseca
author_email = [email protected]
url = https://github.com/jrfonseca/gprof2dot
description = Generate a dot graph from the output of several profilers.
long_description = file: README.md
long_description_content_type = text/markdown
license = LGPL
classifiers =
Development Status :: 6 - Mature
Environment :: Console
Intended Audience :: Developers
Operating System :: OS Independent
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Programming Language :: Python :: 3
Topic :: Software Development
[options]
py_modules = gprof2dot
python_requires = >=3.8
[options.entry_points]
console_scripts =
gprof2dot = gprof2dot:main