remove vectorai mention

This commit is contained in:
Jacky 2021-01-27 13:36:37 +11:00
parent 3e228f401f
commit 9c29c9cc8d
1 changed files with 4 additions and 6 deletions

View File

@ -15,16 +15,16 @@ package_data.extend([str(x) for x in list(Path('clip').rglob("*.md"))])
setup( setup(
name='clip_by_openai', name='clip_by_openai',
version='0.1.1.2', version='0.1.1.3',
author="OpenAI (Packaged by Vector AI)", author="OpenAI",
author_email="dev@vctr.ai", author_email="",
description="CLIP by OpenAI", description="CLIP by OpenAI",
long_description=open("README.md", "r", encoding="utf-8").read(), long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
keywords="vector, embeddings, machinelearning, ai, artificialintelligence, nlp, pytorch, nearestneighbors, search, analytics, clustering, dimensionalityreduction", keywords="vector, embeddings, machinelearning, ai, artificialintelligence, nlp, pytorch, nearestneighbors, search, analytics, clustering, dimensionalityreduction",
license="MIT", license="MIT",
packages=find_packages(exclude=["tests*"]), packages=find_packages(exclude=["tests*"]),
package_data={'vectorhub': package_data}, package_data={'clip': package_data},
include_package_data=True, include_package_data=True,
python_requires=">=3", python_requires=">=3",
install_requires=core_req, install_requires=core_req,
@ -36,8 +36,6 @@ setup(
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
"Intended Audience :: Information Technology", "Intended Audience :: Information Technology",
"Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Financial and Insurance Industry",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Manufacturing",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",