Ai
1 Star 0 Fork 0

Sean/python-smpplib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Pavel Perestoronin 提交于 2020-03-11 01:47 +08:00 . Release: 2.1.0
import io
from setuptools import find_packages, setup
setup(
name='smpplib',
version='2.1.0',
url='https://github.com/podshumok/python-smpplib',
description='SMPP library for python',
long_description=io.open('README.md', 'rt', encoding='utf-8').read(),
long_description_content_type='text/markdown',
packages=find_packages(),
install_requires=['six'],
tests_require=['pytest', 'mock', 'tox'],
zip_safe=True,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Telecommunications Industry',
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python',
'Topic :: Communications :: Telephony',
'Topic :: Communications',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Libraries',
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zh-xy/python-smpplib.git
git@gitee.com:zh-xy/python-smpplib.git
zh-xy
python-smpplib
python-smpplib
master

搜索帮助