-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
33 lines (30 loc) · 851 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
[metadata]
name = hourly
version = 0.3.19
author = Asher Pembroke
author_email = [email protected]
description = A time tracking tool for git repos
url = https://github.com/asherp/hourly
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3.6
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
license = Apache License Version 2.0
[options]
python_requires = >= 3.6
include_package_data = True
packages = find:
install_requires =
pandas
gitpython==3.1.18
plotly==5.2.1
hydra-core==0.11.3
[options.entry_points]
console_scripts =
hourly = hourly.cli.main:entry
hourly-in = hourly.cli.main:hourly_in
hourly-out = hourly.cli.main:hourly_out
hourly-report = hourly.cli.main:hourly_report