forked from babca/python-gsmmodem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (44 loc) · 1.2 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
39
40
41
42
43
44
45
46
[metadata]
name = python-gsmmodem-new
description = Control an attached GSM modem: send/receive SMS messages, handle calls, etc
license = LGPLv3+
author = Francois Aucamp
author_email = [email protected]
url = https://github.com/babca/python-gsmmodem
long_description = file: README.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Telecommunications Industry
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Communications :: Telephony
Topic :: Home Automation
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Hardware
Topic :: Terminals :: Serial
Topic :: Utilities
keywords =
gsm
sms
modem
mobile
phone
usb
serial
[options]
packages =
gsmmodem
gsmtermlib
package_dir = gsmtermlib=tools/gsmtermlib
scripts =
tools/gsmterm.py
tools/sendsms.py
tools/identify-modem.py
install_requires = pyserial>=3.1.1
tests_require =
[options.extras_require]
docs = sphinx