-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
38 lines (36 loc) · 1.1 KB
/
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
35
36
37
38
[metadata]
name = flagship
version = attr: flagship.__version__
description = Flagship Python SDK
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache License Version 2.0
license_files = file: LICENSE
classifiers =
License :: OSI Approved :: Apache Software License
Topic :: Software Development :: Libraries :: Python Modules
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
author = Flagship Team
author_email = support@flagship.io
url = https://docs.developers.flagship.io/docs/python-v2-1
project_urls =
Sources = https://github.com/abtasty/flagship-python-sdk
Documentation = https://docs.developers.flagship.io/docs/python-v2-1
[options]
python_requires = >=3.7
packages = find:
package_dir =
=.
install_requires =
requests >=2.31.0
pytest >=4.6.11
enum34 ~=1.1.10
responses >=0.17.0
mock>=3.0.5
[options.packages.find]
where = .