You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
831 B
INI
35 lines
831 B
INI
3 years ago
|
[metadata]
|
||
|
name = sipcentric
|
||
|
version = 0.0.0
|
||
|
author = Marek Isalski
|
||
|
author_email = pypi-sipcentric@maz.nu
|
||
|
description = Modern Python client library for the Sipsentric (Simwood Partner, formerly Nimvelo) API
|
||
|
long_description = file: README.md
|
||
|
long_description_content_type = text/markdown
|
||
|
url = https://github.com/faelix/sipcentric
|
||
|
project_urls =
|
||
|
Bug Tracker = https://github.com/faelix/sipcentric/issues
|
||
|
classifiers =
|
||
|
Programming Language :: Python :: 3
|
||
|
License :: OSI Approved :: MIT License
|
||
|
Operating System :: OS Independent
|
||
|
keywords = sipcentric, simwood, nimvelo, voip, pbx, sms, sip
|
||
|
|
||
|
[options]
|
||
|
package_dir =
|
||
|
= src
|
||
|
packages = find:
|
||
|
python_requires = >=3.6
|
||
|
install_requires =
|
||
|
requests
|
||
|
simplejson
|
||
|
requires =
|
||
|
math
|
||
|
json
|
||
|
logging
|
||
|
time
|
||
|
simplejson
|
||
|
|
||
|
[options.packages.find]
|
||
|
where = src
|