-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
34 lines (31 loc) · 905 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
33
34
[metadata]
name = gitrack
summary = Zero touch time tracking using Git
description-file = README.md
description-content-type = text/markdown
author = Adam Uhlir
author-email = [email protected]
license = MIT
home-page = https://gitrack.uhlir.dev
project_urls =
Source = https://github.com/AuHau/giTrack
python_requires = >=3.5.0, <3.8.0
classifier =
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Development Status :: 4 - Beta
Topic :: Office/Business :: Scheduling
Intended Audience :: Developers
[files]
packages =
gitrack
[entry_points]
console_scripts =
gitrack = gitrack.main:main
[bdist_wheel]
universal = 1