mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 02:20:47 +00:00
add setup
This commit is contained in:
parent
1da2070c6f
commit
0d8f33ac19
10
setup.py
10
setup.py
@ -4,8 +4,16 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name='minigpt4',
|
||||
version='0.1',
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
],
|
||||
description='The package for minigpt4',
|
||||
author='YingzhePeng',
|
||||
author_email='yingzhepeng@foxmail.com',
|
||||
packages=find_packages()
|
||||
packages=find_packages(),
|
||||
)
|
Loading…
Reference in New Issue
Block a user