-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
61 lines (58 loc) · 1.65 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name = ledgerhelpers
version = attr: ledgerhelpers.__version__
author = Manuel Amador (Rudd-O)
author_email = [email protected]
description = A collection of helper programs and a helper library for Ledger (ledger-cli)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Rudd-O/ledgerhelpers
classifiers =
Development Status :: 4 - Beta
Environment :: X11 Applications :: GTK
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Topic :: Office/Business :: Financial :: Accounting
license = GPLv2+
[options]
include_package_data = True
install_requires =
PyGObject
ledger
yahoo-finance
package_dir =
= src
packages = find:
scripts =
bin/addtrans
bin/cleartrans-cli
bin/sellstock-cli
bin/sorttrans-cli
bin/updateprices
bin/withdraw-cli
[options.data_files]
share/applications =
applications/withdraw-cli.desktop
applications/cleartrans-cli.desktop
applications/sorttrans-cli.desktop
applications/updateprices.desktop
applications/sellstock-cli.desktop
applications/addtrans.desktop
share/doc/ledgerhelpers =
doc/addtrans.md
doc/addtrans-account.png
doc/addtrans-amount.png
doc/addtrans-dropdown.png
doc/addtrans-readyagain.png
doc/addtrans-started-up.png
share/man/man1 =
man/addtrans.1
man/cleartrans-cli.1
man/sellstock-cli.1
man/sorttrans-cli.1
man/withdraw-cli.1
[options.packages.find]
where = src