|
|
@@ -114,6 +114,7 @@ if __name__ == "__main__":
|
|
|
version=version(),
|
|
|
description=("Low-code development tool based on PaddlePaddle."),
|
|
|
long_description=readme(),
|
|
|
+ long_description_content_type="text/markdown",
|
|
|
author="PaddlePaddle Authors",
|
|
|
author_email="",
|
|
|
install_requires=dependencies(),
|
|
|
@@ -138,6 +139,8 @@ if __name__ == "__main__":
|
|
|
"Programming Language :: Python :: 3.8",
|
|
|
"Programming Language :: Python :: 3.9",
|
|
|
"Programming Language :: Python :: 3.10",
|
|
|
+ "Programming Language :: Python :: 3.11",
|
|
|
+ "Programming Language :: Python :: 3.12",
|
|
|
"Topic :: Scientific/Engineering",
|
|
|
"Topic :: Scientific/Engineering :: Mathematics",
|
|
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|