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
25 lines (23 loc) · 717 Bytes
/
setup.cfg
File metadata and controls
25 lines (23 loc) · 717 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
[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 :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.8
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Office/Business :: Financial
Topic :: Internet
[files]
packages = figo
[wheel]
universal=1