-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflit.ini
More file actions
17 lines (17 loc) · 662 Bytes
/
flit.ini
File metadata and controls
17 lines (17 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[metadata]
module = perflog
author = Caleb Hattingh
author-email = caleb.hattingh@gmail.com
home-page = https://github.com/cjrh/perflog
description-file=README.rst
classifiers = License :: OSI Approved :: Apache Software License
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Operating System :: OS Independent
requires = psutil
typing; python_version < '3.5'
enum34; python_version <= '2.7'