-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
36 lines (34 loc) · 1.16 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
[metadata]
name = fava-plugins
version = 1.0
author = Jakob Schnitzer
author_email = [email protected]
license = MIT
description = A collection of Beancount plugins.
keywords = fava, beancount, accounting
url = https://github.com/beancount/fava-plugins
long_description = file: README.md
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Education
Intended Audience :: End Users/Desktop
Intended Audience :: Financial and Insurance Industry
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: JavaScript
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Office/Business :: Financial :: Accounting
Topic :: Office/Business :: Financial :: Investment
[options]
packages = find:
zip_safe = False
install_requires = beancount>=2.0
include_package_data = True
[options.packages.find]
exclude = tests