-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (23 loc) · 762 Bytes
/
setup.cfg
File metadata and controls
26 lines (23 loc) · 762 Bytes
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
[aliases]
test = pytest
[tool:pytest]
testpaths = test
[metadata]
name = joulehunter
version = 1.0.2
author = chakib belgaid
author_email = chakib.belgaid@gmail.com
description = detect where your code consumes energy the most so you can optimize those functions
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/powerapi-ng/joulehunter
project_urls =
Bug Tracker = https://github.com/powerapi-ng/joulehunter/issues
classifiers =
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: POSIX
Topic :: Software Development :: Debuggers
Topic :: Software Development :: Testing