-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (26 loc) · 754 Bytes
/
setup.cfg
File metadata and controls
30 lines (26 loc) · 754 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
[metadata]
name = redsms
version = attr: redsms.__version__
author = Egor Zvorykin
author_email = egzvor@gmail.com
url = https://github.com/redsms/python-redsms
description = Python RedSms API wrapper
keywords = redsms.com api redsms wrappper
license = BSD License
license_file = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = redsms
setup_requires =
requests
typing; python_version < '3.5'
install_requires =
requests
typing