1 Star 0 Fork 4

yzl11/pysns

forked from zakzou/pysns 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 921 Bytes
一键复制 编辑 原始数据 按行查看 历史
zwc 提交于 2013-07-19 21:20 . first commit
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name = 'pysns',
version = '0.0.1',
keywords = ('OAuth2 Client', 'OAuth2', 'Login'),
description = 'Third-party login',
long_description = 'See http://github.com/zakzou/pysns',
license = 'MIT',
url = 'http://github.com/zakzou/pysns',
author = 'zakzou',
author_email = 'zakzou@live.com',
packages = find_packages(),
include_package_data = True,
platforms = 'any',
install_requires = ['simplejson>=2.3.2', 'liboauth2>=0.0.1'],
classifiers=[
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yzl11/pysns.git
git@gitee.com:yzl11/pysns.git
yzl11
pysns
pysns
master

搜索帮助