forked from pozetroninc/capone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (30 loc) · 966 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
[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 :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Office/Business :: Financial :: Accounting
[files]
packages = capone
[pbr]
skip_authors = true
skip_changelog = true
[bdist_wheel]
universal = 1