forked from idrl/idrlnet
chore: update setup conf
This commit is contained in:
parent
6f1882e0b0
commit
ed6cf15b71
8
setup.py
8
setup.py
|
@ -31,8 +31,14 @@ setuptools.setup(
|
|||
packages=setuptools.find_packages(),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: OS Independent",
|
||||
"Environment :: Console",
|
||||
"Intended Audience :: Developers",
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
],
|
||||
python_requires=">=3.6",
|
||||
install_requires=load_requirements(),
|
||||
|
|
Loading…
Reference in New Issue