forked from figo-connect/python-figo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (30 loc) · 849 Bytes
/
setup.cfg
File metadata and controls
33 lines (30 loc) · 849 Bytes
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
[metadata]
name = python-figo
author = figo GmbH
author_email = devs@figo.io
description = Python bindings for the figo Connect API: http://docs.figo.io
long_description = Python bindings for the figo Connect API: http://docs.figo.io
home-page = https://www.figo.io
license = BSD License
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Office/Business :: Financial
Topic :: Internet
[files]
packages = figo
[wheel]
universal=1
[extras]
webdemo =
Flask
flask_bootstrap
Jinja2