forked from counsyl/capone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
27 lines (27 loc) · 842 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
[metadata]
name = capone
author = Hunter Richards
author_email = [email protected]
summary = Django app representing a double-entry accounting ledger.
description_file = README.rst
home_page = https://github.com/counsyl/capone
license = Copyright Counsyl, Inc.
classifier =
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
Topic :: Office/Business :: Financial :: Accounting
[files]
packages = capone
[pbr]
skip_authors = true
skip_changelog = true
[bdist_wheel]
universal = 1