-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
76 lines (63 loc) · 2.09 KB
/
setup.cfg
File metadata and controls
76 lines (63 loc) · 2.09 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[aliases]
release = clean --all sdist bdist_wheel
[wheel]
universal = 1
[metadata]
name = SMSFly
version = attr: smsfly.versiontools.get_self_version
url = https://github.com/open-craft-guild/python-smsfly
project_urls =
Bug Tracker = https://github.com/open-craft-guild/python-smsfly/issues
CI: Travis = https://travis-ci.org/open-craft-guild/python-smsfly
Source Code = https://github.com/open-craft-guild/python-smsfly
description = Python wrapper for SMS-Fly gateway API
long_description = file: README.rst, CHANGELOG.rst
author = Sviatoslav Sydorenko (@webknjaz) <wk+open-craft-guild@sydorenko.org.ua>, Anna Kurylo <anna.kurilo21+open-craft-guild@gmail.com>
author_email = wk+open-craft-guild@sydorenko.org.ua
license = MIT
license_file = LICENSE.rst
classifiers =
Development Status :: 3 - Alpha
Environment :: Plugins
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Session
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
keywords =
api
sms
gateway
sms-fly
requests
xml
[options]
python_requires = >=3.5
package_dir =
= src
packages = find_namespace:
zip_safe = False
include_package_data = True
# These are required during `setup.py` run:
setup_requires =
setuptools_scm >= 1.15.0
setuptools_scm_git_archive >= 1.0
# These are required in actual runtime:
# NOTE: cryptography is an optional dependency of pyjwt
install_requires =
beautifulsoup4[lxml] == 4.5.3
requests == 2.13.0
[options.packages.find]
where = src