-
Notifications
You must be signed in to change notification settings - Fork 16
/
setup.cfg
34 lines (31 loc) · 1000 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 = capone
author = Hunter Richards
author_email = [email protected]
description = Django app representing a double-entry accounting ledger.
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/counsyl/capone
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Intended Audience :: Developers
Intended Audience :: Financial and Insurance Industry
Intended Audience :: Healthcare Industry
Intended Audience :: Legal Industry
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Office/Business :: Financial :: Accounting
[pbr]
skip_authors = true
skip_changelog = true
[options]
packages = find:
[bdist_wheel]
universal = 1