1 Star 2 Fork 9

aiyaya2/django-adminlte-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 689 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuyue92tree 提交于 2022-06-10 18:19 . update version to 1.6.0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
from adminlteui import version
setup(
name='django-adminlte-ui',
version=version,
url='https://github.com/wuyue92tree/django-adminlte-ui',
description='django admin theme base on adminlte',
long_description=open('README.rst').read(),
author='wuyue',
author_email='wuyue92tree@163.com',
maintainer='wuyue',
maintainer_email='wuyue92tree@163.com',
license='MIT',
packages=find_packages(exclude=('tests', 'tests.*')),
include_package_data=True,
zip_safe=False,
entry_points={},
install_requires=[
'django-treebeard>=4.5.1'
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aiyaya2/django-adminlte-ui.git
git@gitee.com:aiyaya2/django-adminlte-ui.git
aiyaya2
django-adminlte-ui
django-adminlte-ui
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385