7 Star 10 Fork 7

Gitee 极速下载/django-miniprogram-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/TinchyChing/django_miniprogram_api
克隆/下载
setup.py 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
秦天琪 提交于 2019-12-30 10:03 . Update setup.py
import os
from setuptools import find_packages,setup
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__),os.pardir)))
setup(
name='django_miniprogram_api',
version='1.0.3.2',
packages=find_packages(),
include_package_data=True,
license='BSD License',
description='A simple Django app implemented the WeChat miniprogram\'s login, payment and other APIs',
long_description='https://github.com/TinchyChing/django_miniprogram_api',
long_description_content_type="text/markdown",
url='https://github.com/TinchyChing/django_miniprogram_api',
author='Tinchy',
author_email='tinchy@yeah.net',
install_requires = [
"requests",
"pycrypto",
"djangorestframework",
"xmltodict",
"djangorestframework-xml",
"Django"
],
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 2.1', # replace "X.Y" as appropriate
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', # example license
'Operating System :: OS Independent',
#'Programming Language :: Python',
#'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/django-miniprogram-api.git
git@gitee.com:mirrors/django-miniprogram-api.git
mirrors
django-miniprogram-api
django-miniprogram-api
master

搜索帮助